Func buyzone: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(cleanup) |
||
Line 1: | Line 1: | ||
{{css brush|func_buyzone}} It is used to define the "Buy Zones" used by Terrorists and Counter-Terrorists in the game to purchase their weapons and equipment. | {{css brush|func_buyzone}} | ||
==Entity description== | |||
It is used to define the "Buy Zones" used by Terrorists and Counter-Terrorists in the game to purchase their weapons and equipment. | |||
To choose what team you want to use the buyzone with (terrorist or counter-terrorist) you simply change the team number (default is "0") to either Counter-Terrorist or Terrorist. | To choose what team you want to use the buyzone with (terrorist or counter-terrorist) you simply change the team number (default is "0") to either Counter-Terrorist or Terrorist. | ||
== Keyvalues== | == Keyvalues== | ||
{{KV Targetname}} | |||
{{KV|Team number|int|The team that can use the buyzone. (Default is "0")}} | |||
:{| class=standard-table | :{| class=standard-table | ||
!| Value || Description | !| Value || Description | ||
Line 16: | Line 18: | ||
==Inputs== | ==Inputs== | ||
{{I Trigger}} | |||
==Outputs== | ==Outputs== | ||
{{I Trigger}} | |||
[[Category:Counter-Strike: Source Entities]] | [[Category:Counter-Strike: Source Entities]] |
Revision as of 12:20, 6 February 2012
Entity description
It is used to define the "Buy Zones" used by Terrorists and Counter-Terrorists in the game to purchase their weapons and equipment.
To choose what team you want to use the buyzone with (terrorist or counter-terrorist) you simply change the team number (default is "0") to either Counter-Terrorist or Terrorist.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Team number ([todo internal name (i)]) <integer>
- The team that can use the buyzone. (Default is "0")
Value Description 1 Terrorist 2 Counter-Terrorist
Inputs
|
Outputs
|