Retrieve the owner properties of a GameObject. A PhotonView component is required on the gameObject
Game Object
The Game Object with the PhotonView attached.
Name
The Photon player name
ID
The Photon player ID
Is Local
The Photon player isLocal property
Is Master Client
The Photon player isLocal isMasterClient
Success Event
Send this event if the Owner was found.
Failure Event
Send this event if no Owner was found.
Usage
You can find this action used in the following examples:
Note: The exhaustive list of actions is available here.