Npc rocket turret: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(cleanup)
Line 1: Line 1:
{{wrongtitle|title=npc_rocket_turret}}
{{wrongtitle|title=npc_rocket_turret}}
==Entity Description==
A rocket turret NPC.
==Availability==
This point entity is exclusive to [[Portal]].
==Keyvalues==
==Keyvalues==
* {{kv targetname}}
* {{kv targetname}}
Line 10: Line 14:
: Toggle this entity.
: Toggle this entity.
* '''SetTarget'''
* '''SetTarget'''
:<String> Sets the target for this turret to attack.
:<string> Sets the target for this turret to attack.
* '''Destroy'''
* '''Destroy'''
: Sets this turret to it's destroyed state.
: Sets this turret to it's destroyed state.

Revision as of 14:38, 11 October 2007

Template:Wrongtitle

Entity Description

A rocket turret NPC.

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 it's destroy think and begins it's death think.