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

Method renameNode

Engine/source/ts/tsShapeEdit.cpp:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388bool TSShape::renameNode(const String& oldName, const String& newName)
389{
390 return doRename(this, nodes, oldName, newName);
391}
392
393bool TSShape::renameObject(const String& oldName, const String& newName)
394{

Callers 1

Calls 1

doRenameFunction · 0.85

Tested by

no test coverage detected