HasOwnership
()
|
Indicates whether the local player has ownership of the networked game object.
Signature
bool HasOwnership() Returns bool
'true' if the local player has ownership of the networked game object
|
TransferOwnershipToLocalPlayer
()
|
Transfers the ownership of the networked game object to the local player.
Signature
void TransferOwnershipToLocalPlayer() Returns void |