Executes a callback function for every player in a given force. Within the callback, calling GetEnumPlayer returns the player of the current iteration.
@note: The iteration order is given by the player id, ascending (e.g., Player(3), then Player(7), then Player(15)) regardless in which order the players were added to the force.
Executes a callback function for every player in a given force. Within the callback, calling
GetEnumPlayer
returns the player of the current iteration.@note: The iteration order is given by the player id, ascending (e.g.,
Player(3)
, thenPlayer(7)
, thenPlayer(15)
) regardless in which order the players were added to the force.