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

Method getNetIndex

Engine/source/sim/netObject.h:366–366  ·  view source on GitHub ↗

Get the ghost index of this object.

Source from the content-addressed store, hash-verified

364
365 /// Get the ghost index of this object.
366 U32 getNetIndex() { return mNetIndex; }
367
368 bool isServerObject() const; ///< Is this a server object?
369 bool isClientObject() const; ///< Is this a client object?

Callers 1

netObject.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected