Get the ghost index of this object.
| 369 | |
| 370 | /// Get the ghost index of this object. |
| 371 | U32 getNetIndex() { return mNetIndex; } |
| 372 | |
| 373 | bool isServerObject() const; ///< Is this a server object? |
| 374 | bool isClientObject() const; ///< Is this a client object? |