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

Method getPersistentId

Engine/source/console/simObject.h:941–941  ·  view source on GitHub ↗

Return the persistent ID assigned to this object or NULL.

Source from the content-addressed store, hash-verified

939
940 /// Return the persistent ID assigned to this object or NULL.
941 SimPersistID* getPersistentId() const { return mPersistentId; }
942
943 /// Return the persistent ID assigned to this object or assign one to it if it has none.
944 SimPersistID* getOrCreatePersistentId();

Callers 3

_setPersistentIDMethod · 0.80
writeMethod · 0.80
SimPersistIDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected