Info doddetect: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(For Andreasen)
 
No edit summary
Line 1: Line 1:
=For Andreasen=
{{wrongtitle|title=info_doddetect}}
<pre>@PointClass base(EnableDisable) = info_doddetect : "DoD Gamerules"
==Entity Description==
[
DoD Gamerules
//Respawn factor
==Keyvalues==
//==============
* '''detect_allies_respawnfactor'''
detect_allies_respawnfactor(string) : "Allies Respawn delay factor" : "1.0"
:<float> Allies Respawn delay factor
detect_axis_respawnfactor(string) : "Axis Respawn delay factor" : "1.0"
* '''detect_axis_respawnfactor'''
 
:<float> Axis Respawn delay factor
detect_allies_startroundvoice(choices) : "Start round command for Allies" : 0 = [
* '''detect_allies_startroundvoice'''
0 : "Attack"
: <choices> Start round command for Allies
1 : "Defend"
: {|
2 : "Beach"
! Literal Value || Description
3 : "Timed Attack"
|-
4 : "Timed Defend"
| 0 || Attack
5 : "Flags"
|-
]
| 1 || Defend
 
|-
detect_axis_startroundvoice(choices) : "Start round command for Axis" : 0 = [
| 2 || Beach
0 : "Attack"
|-
1 : "Defend"
| 3 || Timed Attack
2 : "Beach"
|-
3 : "Timed Attack"
| 4 || Timed Defend
4 : "Timed Defend"
|-
5 : "Flags"
| 5 || Flags
]
|}
]</pre>
* '''detect_axis_startroundvoice'''
: <choices> Start round command for Axis
: {|
! Literal Value || Description
|-
| 0 || Attack
|-
| 1 || Defend
|-
| 2 || Beach
|-
| 3 || Timed Attack
|-
| 4 || Timed Defend
|-
| 5 || Flags
|}
[[Category:Day of Defeat: Source Entities]]

Revision as of 06:42, 21 April 2006

Template:Wrongtitle

Entity Description

DoD Gamerules

Keyvalues

  • detect_allies_respawnfactor
<float> Allies Respawn delay factor
  • detect_axis_respawnfactor
<float> Axis Respawn delay factor
  • detect_allies_startroundvoice
<choices> Start round command for Allies
Literal Value Description
0 Attack
1 Defend
2 Beach
3 Timed Attack
4 Timed Defend
5 Flags
  • detect_axis_startroundvoice
<choices> Start round command for Axis
Literal Value Description
0 Attack
1 Defend
2 Beach
3 Timed Attack
4 Timed Defend
5 Flags