Get the ghost index of this object.
| 364 | |
| 365 | /// Get the ghost index of this object. |
| 366 | U32 getNetIndex() { return mNetIndex; } |
| 367 | |
| 368 | bool isServerObject() const; ///< Is this a server object? |
| 369 | bool isClientObject() const; ///< Is this a client object? |