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

Method isNameChangeAllowed

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

Source from the content-addressed store, hash-verified

895 bool isExpanded() const { return mFlags.test(Expanded); }
896 bool isEditorOnly() const { return mFlags.test( EditorOnly ); }
897 bool isNameChangeAllowed() const { return !mFlags.test( NoNameChange ); }
898 bool isAutoDeleted() const { return mFlags.test( AutoDelete ); }
899 void setSelected(bool sel);
900 void setExpanded(bool exp) { if(exp) mFlags.set(Expanded); else mFlags.clear(Expanded); }

Callers 3

simObject.cppFile · 0.80
refreshMethod · 0.80
onMouseDownMethod · 0.80

Calls 1

testMethod · 0.45

Tested by 1

refreshMethod · 0.64