Template:Dod kv CPMaster: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "<onlyinclude>{{minititle|CPMaster}} {{KV|Master Control Point|intn=target|string|This is the dod_master Entity using a dod_control_point.}} {{KV|Active if neutral?|intn=spawn_...")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<onlyinclude>{{minititle|CPMaster}}
<onlyinclude>{{minititle|CPMaster}}
{{KV|Master Control Point|intn=target|string|This is the dod_master Entity using a dod_control_point.}}
{{KV|Master Control Point|intn=target|target_destination|This is the dod_master entity using a dod_control_point.}}
{{KV|Active if neutral?|intn=spawn_cp_neutral|choices|Specify spawn activity for each state of the dod_control_point.}}
{{KV|Active if neutral?|intn=spawn_cp_neutral|boolean|Specify spawn activity for each state of the dod_control_point.}}
:{| class=standard-table
{{KV|Active if in control?|intn=spawn_cp_incontrol|bool|Specify spawn activity for each state of the dod_control_point.}}
!| Value || Description
{{KV|Active if not in control?|intn=spawn_cp_notincontrol|bool|Specify spawn activity for each state of the dod_control_point.}}</onlyinclude>
|-
| 0 || No
|-
| 1 || Yes
|}
{{KV|Active if in control?|intn=spawn_cp_incontrol|choices|Specify spawn activity for each state of the dod_control_point.}}
:{| class=standard-table
!| Value || Description
|-
| 0 || No
|-
| 1 || Yes
|}
{{KV|Active if not in control?|intn=spawn_cp_notincontrol|choices|Specify spawn activity for each state of the dod_control_point.}}
:{| class=standard-table
!| Value || Description
|-
| 0 || No
|-
| 1 || Yes
|}</onlyinclude>
<noinclude>[[Category:Keyvalue Templates]]</noinclude>
<noinclude>[[Category:Keyvalue Templates]]</noinclude>

Latest revision as of 11:55, 3 May 2025

CPMaster:

Master Control Point (target) <targetname>
This is the dod_master entity using a dod_control_point.
Active if neutral? (spawn_cp_neutral) <boolean>
Specify spawn activity for each state of the dod_control_point.
Active if in control? (spawn_cp_incontrol) <boolean>
Specify spawn activity for each state of the dod_control_point.
Active if not in control? (spawn_cp_notincontrol) <boolean>
Specify spawn activity for each state of the dod_control_point.