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

Method isLocked

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

Source from the content-addressed store, hash-verified

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

Callers 12

_getLockedMethod · 0.80
SimObject_IsLockedFunction · 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