Info target helicoptercrash: Difference between revisions
Jump to navigation
Jump to search
MyGamepedia (talk | contribs) No edit summary |
MyGamepedia (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
Represented by class <code>CTargetHelicopterCrash</code>. | Represented by class <code>CTargetHelicopterCrash</code>. | ||
== Inputs == | == Inputs == |
Revision as of 07:04, 22 May 2025

info_target_helicoptercrash
is a point entity available in Black Mesa. When
SelfDestruct
input fires for npc_apache - it will fly to nearest info_target_helicoptercrash entity and break, if touched an entity or surface. That's exactly what this entity is designed for.
Represented by class CTargetHelicopterCrash
.
Inputs
- FireCrashOutput <void> !FGD
- Fires
OnCrashed
output.
Outputs
- OnCrashed <void> !FGD
- Fires via
FireCrashOutput
input.