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

Method isHidden

Engine/source/console/simObject.h:798–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796 virtual bool isLocked() const { return mFlags.test( Locked ); }
797 virtual void setLocked( bool b );
798 virtual bool isHidden() const { return mFlags.test( Hidden ); }
799 virtual void setHidden(bool b);
800
801 /// @}

Callers 9

_getHiddenMethod · 0.80
shapeBase.cppFile · 0.80
findContactMethod · 0.80
onRenderCellMethod · 0.80
toggleHideSelectionMethod · 0.80
_renderSceneMethod · 0.80
renderScreenObjMethod · 0.80
onEditorEnableMethod · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected