MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / isEnabled

Method isEnabled

Engine/source/gui/controls/guiGameSettingsCtrl.cpp:553–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553bool GuiGameSettingsCtrl::isEnabled() const
554{
555 return mEnabled;
556}
557
558void GuiGameSettingsCtrl::setEnabled(bool enabled)
559{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected