MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / setOriginalName

Method setOriginalName

Engine/source/console/simObject.cpp:1990–1996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1988//-----------------------------------------------------------------------------
1989
1990void SimObject::setOriginalName( const char* originalName )
1991{
1992 if( originalName )
1993 mOriginalName = StringTable->insert( originalName );
1994 else
1995 mOriginalName = StringTable->EmptyString();
1996}
1997
1998//-----------------------------------------------------------------------------
1999

Callers 3

execMethod · 0.80
writeNewObjectMethod · 0.80
updateObjectMethod · 0.80

Calls 2

EmptyStringMethod · 0.80
insertMethod · 0.45

Tested by

no test coverage detected