Info armsrace counterterrorist: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Wrote something for each typical heading. Linked to info_player_terrorists in most cases. Descriptions about spawning in armsrace belongs to the armsrace article, I guess.)
Line 1: Line 1:
info_armsrace_counterterrorist is [[Counter-Strike|Counter - Strike]] enity. Its counter-terrorist spawn for armrace mode.
{{lang|info_armsrace_counterterrorist|title=info_armsrace_(counter)terrorist}}
{{back|Creating a Arsenal: Arms Race Map}}
{{csgo}}'''<code>info_armsrace_terrorist</code>''' and '''<code>info_armsrace_counterterrorist</code>''' are [[point entity|point entities]] in {{game link|Counter-Strike: Global Offensive}}.
<p>
In Hammer, these entities are represented with the player models seen on ''de_dust2''.
{{preservedEnt|0}}
 
==Entity Description==
It serves as an '''additional''' spawn point for Terrorists or Counter-Terrorists in the [[Creating a Arsenal: Arms Race Map|Armrace]] [[game mode]].
 
==KeyValues==
Same as [[info_player_terrorist#KeyValues|info_player_(counter)terrorist#KeyValues]].
 
==Inputs==
Same as [[info_player_terrorist#Inputs|info_player_(counter)terrorist#Inputs]].
 
==Outputs==
Same as [[info_player_terrorist#Outputs|info_player_(counter)terrorist#Outputs]].
 
==See also==
* [[info_player_counterterrorist|info_player_(counter)terrorist]]
* [[info_deathmatch_spawn]]
 
 
[[Category:Counter-Strike: Global Offensive Entities]]
[[Category:Point Entities]]
[[Category:Entities]]

Revision as of 07:39, 9 September 2021

English (en)Translate (Translate)
Creating a Arsenal: Arms Race Map

Counter-Strike: Global Offensiveinfo_armsrace_terrorist and info_armsrace_counterterrorist are point entities in Counter-Strike: Global Offensive Counter-Strike: Global Offensive .

In Hammer, these entities are represented with the player models seen on de_dust2.

Icon-Important.pngImportant:This is a preserved entity in.
If the game has round restart mechanics this entity may not behave as expected:
More info
  • On a new round entities with this classname will intentionally not reset. You can use logic_auto to emulate resetting it.
  • Killing it removes it forever, as it is not respawned on a new round.
  • It cannot be spawned with a point_template.
  • Parenting this with non-preserved entities may have undesirable effects.

Entity Description

It serves as an additional spawn point for Terrorists or Counter-Terrorists in the Armrace game mode.

KeyValues

Same as info_player_(counter)terrorist#KeyValues.

Inputs

Same as info_player_(counter)terrorist#Inputs.

Outputs

Same as info_player_(counter)terrorist#Outputs.

See also