-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GetPlayers returns all connected player attributes
Getting the player info based on the players connected to the server. This is a combined loop of `net.get_player_list` and `net.get_player_info`. Notes about the player information which differs from official documentation. - locale is an undocumented attribute / would serve well for multilingual cases - ipAddr is actually `{address}:{port}` It was decided to perform the compound variation of the API. In theory, it should work effectively but needs to be verified by densely populated servers.
- Loading branch information
1 parent
c7823c1
commit c437fb4
Showing
4 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters