Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onGroupRemove
Method · 0.70
setBitmap
Method · 0.50
_prepRenderImage
Method · 0.50
attach
Method · 0.50
setNormalBitmap
Method · 0.50
setLoweredBitmap
Method · 0.50
setHoverBitmap
Method · 0.50
setBitmap
Method · 0.50
setBitmap
Method · 0.50
addObject
Method · 0.50
removeObject
Method · 0.50
setMaterial
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected