Returns a pointer to the server object when on a local connection.
| 392 | |
| 393 | /// Returns a pointer to the server object when on a local connection. |
| 394 | NetObject* getServerObject() const { return mServerObject; } |
| 395 | |
| 396 | /// Returns a pointer to the client object when on a local connection. |
| 397 | NetObject* getClientObject() const { return mClientObject; } |