Info target gunshipcrash: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(shortened description)
m (clr)
Line 3: Line 3:


{{code class|CTargetGunshipCrash|npc_combinegunship.cpp}}
{{code class|CTargetGunshipCrash|npc_combinegunship.cpp}}
{{clr}}


==Keyvalues==
==Keyvalues==

Revision as of 00:39, 11 September 2018

English (en)Translate (Translate)
Info target.png

Template:Hl2 point 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