Npc rocket turret: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Added a Picture, and changed the description.)
m (→‎Outputs: fixed apostrophes)
Line 25: Line 25:
: Fired when turret's target is blocked.
: Fired when turret's target is blocked.
* '''OnDeath'''
* '''OnDeath'''
: Fired after this turret finishes it's destroy think and begins it's death think.
: Fired after this turret finishes its destroy think and begins its death think.


[[Category:Portal Entities]]
[[Category:Portal Entities]]

Revision as of 19:56, 12 September 2008

Template:Wrongtitle

Entity Description

Aperture Science Rocket Turret

Aperture Science Rocket Turret

Availability

This point entity is exclusive to Portal.

Keyvalues

Inputs

Toggle this entity.
  • SetTarget
<string> Sets the target for this turret to attack.
  • Destroy
Sets this turret to it's destroyed state.

Outputs

Fired when the rocket turret finds an unobstructed target.
  • OnLostTarget
Fired when turret's target is blocked.
  • OnDeath
Fired after this turret finishes its destroy think and begins its death think.