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

Method isRemoved

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

Source from the content-addressed store, hash-verified

792 bool isProperlyAdded() const { return mFlags.test(Added); }
793 bool isDeleted() const { return mFlags.test(Deleted); }
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 );

Callers 4

notifyDeliveredMethod · 0.80
notifyDeliveredMethod · 0.80
onMouseMoveMethod · 0.80
editorDisabledMethod · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected