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

Function isHidden

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

< Returns true if the object is visible

Source from the content-addressed store, hash-verified

381 virtual void setVisible(bool value);
382 inline bool isVisible() const { return mVisible; } ///< Returns true if the object is visible
383 virtual bool isHidden() const { return !isVisible(); }
384 virtual void setHidden( bool state ) { setVisible( !state ); }
385
386 void setCanHit( bool value ) { mCanHit = value; }

Callers 9

setHiddenMethod · 0.85
submitLightsMethod · 0.85
explodeMethod · 0.85
setHiddenMethod · 0.85
onAddMethod · 0.85
processTickMethod · 0.85
packUpdateMethod · 0.85
processTickMethod · 0.85
processTickMethod · 0.85

Calls 1

isVisibleFunction · 0.85

Tested by

no test coverage detected