How is the GetPlayspace().GetPlayers() list sorted?

Is it sorted by how long a player has been in the game? For example, if 4 people are in the game, and the player at index 0 leaves and rejoins, will that player now be at index 3, and the other players shifted forward?

I have found it’s an associative array and as such, first in is 0 and they get shifted. So if player in slot 3 leaves, then player in slot 4 goes to 3 etc etc. I could be wrong, but not so far as I’ve seen.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.