MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / SetEditable

Method SetEditable

SampleFramework12/v1.00/Settings.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void Setting::SetEditable(bool editable)
52{
53 SetReadOnly(!editable);
54}
55
56void Setting::SetHidden(bool hidden)
57{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected