CryAction GetPlayerList

From CryWiki

Jump to: navigation, search

CryAction.GetPlayerList()

Description

Gets all players connected to the server.


Returns

Table with all the players

Example

Lua (example)
dump(CryAction.GetPlayerList());


Personal tools