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

Method renameObject

Engine/source/ts/tsShapeEdit.cpp:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393bool TSShape::renameObject(const String& oldName, const String& newName)
394{
395 return doRename(this, objects, oldName, newName);
396}
397
398bool TSShape::renameDetail(const String& oldName, const String& newName)
399{

Callers 1

Calls 1

doRenameFunction · 0.85

Tested by

no test coverage detected