NetworkedObjectChangeOwnership Method |
Changes the owner of the object. Can only be called from server
Namespace:
MLAPI
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void ChangeOwnership(
int newOwnerClientId
)
Parameters
- newOwnerClientId
- Type: SystemInt32
The new owner clientId
See Also