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

Method getInternalName

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

Get the internal name of this control

Source from the content-addressed store, hash-verified

548
549 /// Get the internal name of this control
550 StringTableEntry getInternalName() const { return mInternalName; }
551
552 /// Set the original name of this control
553 void setOriginalName(const char* originalName);

Callers 15

simObject.cppFile · 0.80
findParsedObjectMethod · 0.80
exportLayerMapsMethod · 0.80
getMaterialNameMethod · 0.80
saveMethod · 0.80
saveAssetMethod · 0.80
addMaterialMethod · 0.80
getMaterialNameMethod · 0.80
renameTerrainMaterialMethod · 0.80

Calls

no outgoing calls

Tested by 1

_populateMenuMethod · 0.64