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

Method SimPersistID

Engine/source/console/simPersistID.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38//-----------------------------------------------------------------------------
39
40SimPersistID::SimPersistID()
41{
42 mObject = NULL;
43 mUUID.generate();
44 smLookupTable->insertUnique(mUUID, this);
45}
46
47SimPersistID::SimPersistID( SimObject* object )
48 : mObject( object )

Callers

nothing calls this directly

Calls 4

insertUniqueMethod · 0.80
getPersistentIdMethod · 0.80
generateMethod · 0.45
isNullMethod · 0.45

Tested by

no test coverage detected