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

Method isHidden

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

Source from the content-addressed store, hash-verified

776 virtual bool isLocked() const { return mFlags.test( Locked ); }
777 virtual void setLocked( bool b );
778 virtual bool isHidden() const { return mFlags.test( Hidden ); }
779 virtual void setHidden(bool b);
780
781 /// @}

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