Info target gunshipcrash: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (clr)
mNo edit summary
Line 1: Line 1:
{{lang|Info target gunshipcrash}}
{{lang|Info target gunshipcrash}}
[[File:info_target.png|left]]{{hl2 point|info_target_gunshipcrash}} When an {{ent|npc_combinegunship}} is killed, it will attempt to crash at this point.
[[File:info_target.png|left]]{{this is a|e0|name=info_target_gunshipcrash|series=Half-Life 2}} When an {{ent|npc_combinegunship}} is killed, it will attempt to crash at this point.


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

Revision as of 09:20, 8 September 2023

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

info_target_gunshipcrash is an e0 available in Half-Life 2 series Half-Life 2 series. 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