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

Method SetEditable

SampleFramework11/v1.02/Settings.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void Setting::SetEditable(bool editable)
70{
71 SetReadOnly(!editable);
72}
73
74void Setting::SetHidden(bool hidden)
75{

Callers 2

InitializeFunction · 0.80
UpdateUIFunction · 0.80

Calls 1

SetReadOnlyFunction · 0.85

Tested by

no test coverage detected