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

Method create

Engine/source/console/simPersistID.cpp:80–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78//-----------------------------------------------------------------------------
79
80SimPersistID* SimPersistID::create( SimObject* object )
81{
82 SimPersistID* pid = new SimPersistID( object );
83
84 #ifdef DEBUG_SPEW
85 Platform::outputDebugString( "[SimPersistID] Created new pid for object %i:%s (%s) with uuid '%s'",
86 object->getId(), object->getClassName(), object->getName(),
87 pid->getUUID().toString().c_str() );
88 #endif
89
90 return pid;
91}
92
93//-----------------------------------------------------------------------------
94

Callers

nothing calls this directly

Calls 5

getIdMethod · 0.45
getClassNameMethod · 0.45
getNameMethod · 0.45
c_strMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected