Ai battle line: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(AI Battle Line moved to AI Battle Line-)
 
No edit summary
Line 1: Line 1:
#REDIRECT [[AI Battle Line-]]
{{wrongtitle|title=ai_battle_line}}


==Entity Description==
Battle line
==Keyvalues==
* {{kv targetname}}
<!-- Source found at [[Template:KV Targetname]] -->
* {{kv angles}}
<!-- Source found at [[Template:KV Angles]] -->
* {{kv parentname}}
<!-- Source found at [[Template:KV Parentname]] -->
* '''actor'''
: <target_name_or_class> Actor(s) or squad to affect
* '''Active'''
: <choices> Active
* '''Strict'''
: <choices> Player orders can override, applies to allies only
==Flags==
* Use parent's orientation
==Inputs==
* '''Kill'''
: Removes this entity from the world.
* '''KillHierarchy'''
: Removes this entity and all its children from the world.
* '''AddOutput <string>'''
: Adds an entity I/O connection to this entity. Format: <output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire (-1 == infinite)>. Very dangerous, use with care.
* '''FireUser''1-4'''''
: Causes this entity's OnUser1-4 outputs to be fired. See [[User Inputs and Outputs]].
* {{i parentname}}
* '''Activate'''
* '''Deactivate'''
==Outputs==
* '''OnUser''1-4'''''
: Fired in response to FireUser''1-4'' input.
==See Also==
* [[Standoffs]]
[[Category:Entities]]

Revision as of 15:45, 21 July 2005

Template:Wrongtitle

Entity Description

Battle line

Keyvalues

  • actor
<target_name_or_class> Actor(s) or squad to affect
  • Active
<choices> Active
  • Strict
<choices> Player orders can override, applies to allies only


Flags

  • Use parent's orientation


Inputs

  • Kill
Removes this entity from the world.
  • KillHierarchy
Removes this entity and all its children from the world.
  • AddOutput <string>
Adds an entity I/O connection to this entity. Format: <output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire (-1 == infinite)>. Very dangerous, use with care.
  • FireUser1-4
Causes this entity's OnUser1-4 outputs to be fired. See User Inputs and Outputs.
  • Activate
  • Deactivate


Outputs

  • OnUser1-4
Fired in response to FireUser1-4 input.


See Also