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

Method getClientObject

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

Returns a pointer to the client object when on a local connection.

Source from the content-addressed store, hash-verified

400
401 /// Returns a pointer to the client object when on a local connection.
402 NetObject* getClientObject() const { return mClientObject; }
403
404 /// Template form for the callers convenience.
405 template < class T >

Callers 12

netObject.cppFile · 0.80
renderSceneMethod · 0.80
shapeBase.cppFile · 0.80
tsStatic.cppFile · 0.80
_updateChildrenMethod · 0.80
updateCollisionMethod · 0.80
onRenderMethod · 0.80
on3DMouseDraggedMethod · 0.80
synchClientObjectMethod · 0.80
getClientTerrainMethod · 0.80
bakeProbeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected