Jump to content

Toggle Message Visibility   Welcome to our Community, Guest!

Get involved and become a part of our growing community. It's absolutely free! Register an account and join us today. Already a member? Sign in!

- - - - -

game_zone_player_ow



Entity Description

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.