PhotonCloudAPI > Photon Voice Client > Get Player Custom Properties

Get Player Custom Properties

Returns a copy of the player custom properties as a JSON (converted from Photon Hashtable). You will need to use the function SetPlayerCustomProperties to push them again over the network.
\param PlayerNumber you can read any player custom properties but only write your local properties by design
\return JSON with the Player custom properties hashtable

Inputs

Target
Photon Voice Client Object Reference

Player Number
Integer

Outputs

Return Value
Photon JSON Object Reference

Returns a copy of the player custom properties as a JSON (converted from Photon Hashtable). You will need to use the function SetPlayerCustomProperties to push them again over the network.
\param PlayerNumber you can read any player custom properties but only write your local properties by design
\return JSON with the Player custom properties hashtable