game_player_count_ow
Submitted A1win, Sep 19 2010 12:42 PM | Last updated Sep 28 2010 05:20 PM
Entity Description
This point based entity keeps track of the number of connected clients.
Key Values
Inputs
Outputs
This point based entity keeps track of the number of connected clients.
Key Values
- Targetname:
Name <targetname>
The targetname other entities refer to this entity by.
Inputs
- GetClientCount
Fires this entity's OnGetClientCount.
- GetPlayerCount
Fires this entity's OnGetPlayerCount.
- GetAlivePlayerCount
Fires this entity's OnGetAlivePlayerCount.
Outputs
- OnGetClientCount <integer>
Fired when this entity's GetClientCount input is called. Outputs the number of all clients currently in the game.
- OnGetPlayerCount <integer>
Fired when this entity's GetPlayerCount input is called. Outputs the number of players currently in the player team.
- OnGetAlivePlayerCount <integer>
Fired when this entity's GetAlivePlayerCount input is called. Outputs the number of alive players currently in the player team.