Info apc missile hint: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
m (Robot: fixing template case.)
Line 14: Line 14:
*{{kv Origin}}
*{{kv Origin}}
*{{KV Angles}}
*{{KV Angles}}
*{{kv EnableDisable}}
*{{KV EnableDisable}}
*'''target'''
*'''target'''
:<target_destination> The entity that the missile will guide towards if the conditions are met.
:<target_destination> The entity that the missile will guide towards if the conditions are met.

Revision as of 19:40, 19 January 2009

Template:Wrongtitle

Entity Description

A brush entity that helps guide rockets fired by the Prop vehicle apc.

If the missile can hit the specified target entity within the time it takes the target to enter and leave the apc_missile_hint brush, the missile will steer towards the target.

Availability

Template:In game Template:Game Template:In code

Keyvalues

Pitch Yaw Roll (Y Z X) (angles) <QAngle>
This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
Start Disabled (StartDisabled) <boolean>
Stay dormant until activated (with theEnableinput).
  • target
<target_destination> The entity that the missile will guide towards if the conditions are met.

Flags

None.

Inputs

  • EnableDisable:
Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.

Outputs