Game zone player

From Valve Developer Community
Revision as of 14:39, 2 August 2006 by Ts2do (talk | contribs) (doxygen)
Jump to navigation Jump to search

Template:Wrongtitle

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

Inputs

Count the number of players in the zone, and fire the corresponding outputs.

Outputs

Fired whenever a count finds a player inside the zone. Template:Plact
  • OnPlayerOutZone
Fired whenever a count finds a player outside the zone. Template:Plact
  • 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.