game_zone_player_ow
Submitted A1win, Sep 19 2010 01:07 PM | Last updated Sep 28 2010 06:59 PM
Entity Description
This entity is identical to game_zone_player except it only accounts for players in the Resistance team in its outputs.
Inputs
Outputs
Revision History
This entity is identical to game_zone_player except it only accounts for players in the Resistance team in its outputs.
Inputs
- CountPlayersInZone
Count the number of living Resistance players in the zone, and fire the corresponding outputs.
Outputs
- OnPlayerInZone
Fired whenever a count finds a player inside the zone.
- OnPlayerOutZone
Fired whenever a count finds a player outside the zone.
- PlayersInCount <integer>
Fired after a count, and contains the number of players found inside the zone.
- PlayersOutCount <integer>
Fired after a count, and contains the number of players found outside the zone.
Revision History
- 29 SEP 2010 - Added the missing inputs and outputs.