Returns a pointer to the server object when on a local connection.
| 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; } |