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
|
Target
Photon Cloud Object Object Reference
|
|
|
Player Number
Integer
|
|
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. |