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

Method isLocked

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

Source from the content-addressed store, hash-verified

794 bool isRemoved() const { return mFlags.test(Deleted | Removed); }
795
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);

Callers 12

_getLockedMethod · 0.80
DefineNewEngineMethodFunction · 0.80
moveSelectionToCtrlMethod · 0.80
moveAndSnapSelectionMethod · 0.80
moveSelectionMethod · 0.80
justifySelectionMethod · 0.80
onRenderCellMethod · 0.80
toggleLockSelectionMethod · 0.80
renderScreenObjMethod · 0.80
on3DMouseDraggedMethod · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected