Game zone player: Difference between revisions
Jump to navigation
Jump to search
(bot-assisted) |
mNo edit summary |
||
Line 11: | Line 11: | ||
*{{kv targetname}} | *{{kv targetname}} | ||
*{{kv parentname}} | *{{kv parentname}} | ||
==Flags== | |||
None. | |||
==Inputs== | ==Inputs== | ||
Line 29: | Line 32: | ||
:Fired after a count, and contains the number of players found outside the zone. | :Fired after a count, and contains the number of players found outside the zone. | ||
[[Category:Entities]] | [[Category:Entities]][[Category:Brush Entities]] |
Revision as of 13:49, 6 March 2006
Entity Description
An entity used to count the number of players within a zone.
Availability
Template:In game Template:Game-base Template:In code
Keyvalues
Flags
None.
Inputs
- Template:I targetname
- Template:I parentname
- CountPlayersInZone
- Count the number of players in the zone, and fire the corresponding outputs.
Outputs
- Template:O targetname
- OnPlayerInZone
- Fired whenever a count finds a player inside the zone, with the player as the activator.
- OnPlayerOutZone
- Fired whenever a count finds a player outside the zone, with the player as the activator.
- 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.