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

Method getPersistentId

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

Return the persistent ID assigned to this object or NULL.

Source from the content-addressed store, hash-verified

919
920 /// Return the persistent ID assigned to this object or NULL.
921 SimPersistID* getPersistentId() const { return mPersistentId; }
922
923 /// Return the persistent ID assigned to this object or assign one to it if it has none.
924 SimPersistID* getOrCreatePersistentId();

Callers 3

_setPersistentIDMethod · 0.80
writeMethod · 0.80
SimPersistIDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected