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

Function isActive

Engine/source/gui/core/guiControl.h:391–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389 /// @param value True if this is active
390 virtual void setActive(bool value);
391 bool isActive() { return mActive; } ///< Returns true if this control is active
392
393 bool isAwake() { return mAwake; } ///< Returns true if this control is awake
394

Callers 4

onRenderMethod · 0.50
onKeyDownMethod · 0.50
onMouseDownMethod · 0.50
onKeyDownMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected