Ai battle line: Difference between revisions
Jump to navigation
Jump to search

m (corrected params) |
m (.) |
||
Line 19: | Line 19: | ||
{{KV|Active (Active)|bool|Self-explanatory.}} | {{KV|Active (Active)|bool|Self-explanatory.}} | ||
{{KV|Strict (Strict)|bool|If true, players will not be able to order their allies to ignore the battle line by commanding them with {{ent|impulse|50}} (bound to {{key|C}} by default).}} | {{KV|Strict (Strict)|bool|If true, players will not be able to order their allies to ignore the battle line by commanding them with {{ent|impulse|50}} (bound to {{key|C}} by default).}} | ||
{{KV BaseEntity|css | {{KV BaseEntity|css=1}} | ||
==Inputs== | ==Inputs== | ||
{{IO|Activate|If the entity is not yet active, this input will activate it.}} | {{IO|Activate|If the entity is not yet active, this input will activate it.}} | ||
{{IO|Deactivate|If the entity is not yet inactive, this input will turn it inactive.}} | {{IO|Deactivate|If the entity is not yet inactive, this input will turn it inactive.}} | ||
{{I BaseEntity|prel4d | {{I BaseEntity|prel4d=1}} | ||
==Outputs== | ==Outputs== |
Revision as of 08:51, 14 September 2018


Template:Base point Battle lines are a part of the Standoff AI schedule. They instruct NPCs to try and stay behind it to a configurable degree. See Standoffs for more information about the use of ai_battle_line
.
ConVars/Commands
Cvar/Command | Parameters or default value | Descriptor | Effect |
---|---|---|---|
ai_drawbattlelines | 0 | 0 disables, 1 enables | When NPCs move to new positions, show any ground considered to be gained or lost. |
Flags
- 1: Use parent's orientation
Keyvalues
- Actor (actor) ([todo internal name (i)]) <target_name_or_class>
- Actor(s) or squad to affect.
- Strict (Strict) ([todo internal name (i)]) <boolean>
- If true, players will not be able to order their allies to ignore the battle line by commanding them with impulse 50 (bound to C by default).
Inputs
- Activate
- If the entity is not yet active, this input will activate it.
- Deactivate
- If the entity is not yet inactive, this input will turn it inactive.