info_target_gunshipcrash

From Valve Developer Community
Revision as of 16:22, 17 May 2024 by PeeBot (talk | contribs) (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
Jump to navigation Jump to search
English (en)Translate (Translate)
Info target.png

info_target_gunshipcrash is a point entity available in Half-Life 2 Half-Life 2, Half-Life 2: Episode One Half-Life 2: Episode One, Half-Life 2: Episode Two Half-Life 2: Episode Two, and Half-Life 2: Deathmatch Half-Life 2: Deathmatch. When an npc_combinegunship is killed, it will attempt to crash at this point.

C++ In code, it is represented by theCTargetGunshipCrashclass, defined in thenpc_combinegunship.cppfile.

Keyvalues

Inputs

EnableDisable:

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


Outputs

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


See also