Returns a pointer to the client object when on a local connection.
| 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 > |
no outgoing calls
no test coverage detected