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

Method isSelected

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

Source from the content-addressed store, hash-verified

892 /// @{
893
894 bool isSelected() const { return mFlags.test(Selected); }
895 bool isExpanded() const { return mFlags.test(Expanded); }
896 bool isEditorOnly() const { return mFlags.test( EditorOnly ); }
897 bool isNameChangeAllowed() const { return !mFlags.test( NoNameChange ); }

Callers 6

cullObjectsMethod · 0.45
isSelectedRecursiveMethod · 0.45
simObject.cppFile · 0.45
ghostReadPacketMethod · 0.45
renderMethod · 0.45

Calls 1

testMethod · 0.45

Tested by

no test coverage detected