info_target_gunshipcrash

From Valve Developer Community
Jump to: navigation, search
English (en)Translate (Translate)
Class hierarchy
CTargetGunshipCrash
CPointEntity
CBaseEntity
npc_combinegunship.cpp
Info target.png

info_target_gunshipcrash is a point entity available in Half-Life 2 series Half-Life 2 series, Portal Portal, and Alien Swarm Alien Swarm. When an npc_combinegunship is killed, it will attempt to crash at this point.


Keyvalues

Name (targetname) <string>
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Inputs

Enable
npc_combinegunship will consider this spot for crashing (default)
Disable
npc_combinegunship won't consider this spot for crashing

Outputs

OnCrashed  !FGD
Fired when a gunship crashes at the target.

See also