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

Method getNetIndex

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

Get the ghost index of this object.

Source from the content-addressed store, hash-verified

369
370 /// Get the ghost index of this object.
371 U32 getNetIndex() { return mNetIndex; }
372
373 bool isServerObject() const; ///< Is this a server object?
374 bool isClientObject() const; ///< Is this a client object?

Callers 1

netObject.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected