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

Method getServerObject

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

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

Source from the content-addressed store, hash-verified

397
398 /// Returns a pointer to the server object when on a local connection.
399 NetObject* getServerObject() const { return mServerObject; }
400
401 /// Returns a pointer to the client object when on a local connection.
402 NetObject* getClientObject() const { return mClientObject; }

Callers 1

netObject.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected