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

Function isAwake

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

Source from the content-addressed store, hash-verified

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
395 /// @}
396

Callers 14

onGroupRemoveMethod · 0.70
setBitmapMethod · 0.50
_prepRenderImageMethod · 0.50
attachMethod · 0.50
setNormalBitmapMethod · 0.50
setLoweredBitmapMethod · 0.50
setHoverBitmapMethod · 0.50
setBitmapMethod · 0.50
setBitmapMethod · 0.50
addObjectMethod · 0.50
removeObjectMethod · 0.50
setMaterialMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected