This article relates to the game "Half-Life 2". Click here for more information.

Info target helicopter crash: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Unicodifying, replaced: See Also → See also, {{language subpage → {{langsp)
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
Line 1: Line 1:
<!-- When this page is updated to {{langsp}} or {{langsp}} instead of {{lang}}, please move {{this is a}} to the base page, as it is automatically translated. -->{{HL2 topicon}}
<!-- When this page is updated to {{langsp}} or {{langsp}} instead of {{lang}}, please move {{this is a}} to the base page, as it is automatically translated. -->{{HL2 topicon}}
{{lang}}{{this is a|sprite=info_target.png|e0|name=info_target_helicopter_crash|series=Half-Life 2}} When an {{ent|npc_helicopter}} is killed, it will attempt to crash at this point.
{{lang}}{{this is a|point entity|sprite=info_target.png|name=info_target_helicopter_crash|game=Half-Life 2|game1=Half-Life 2: Episode One|game2=Half-Life 2: Episode Two|game3=Half-Life 2: Deathmatch}} When an {{ent|npc_helicopter}} is killed, it will attempt to crash at this point.


{{code class|CPointEntity|npc_attackchopper.cpp}}
{{code class|CPointEntity|npc_attackchopper.cpp}}

Revision as of 18:21, 17 May 2024

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

info_target_helicopter_crash 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_helicopter is killed, it will attempt to crash at this point.

C++ In code, it is represented by theCPointEntityclass, defined in thenpc_attackchopper.cppfile.

Keyvalues

Inputs

Outputs

See also