Hi all…
How to understand the function with the parameter: parseInt(Network.player+“”),you know ,Network.player is data structure. What the function will return?
why do you use that and where?
Normally you don’t want to get the int number of the player as there is no guarantee that it will even exist anymore in 10s as they are resorted on join / leave of others.
you are meant to work with the NetworkPlayer object as identifier instead (Dictionary<> or Hashtable are datastructures you can use for that)