Info target helicoptercrash: Difference between revisions
Jump to navigation
Jump to search

MyGamepedia (talk | contribs) (→Inputs) |
(-added class hierarchy, cleanup) |
||
Line 1: | Line 1: | ||
{{LanguageBar}} | |||
{{CD|???|base=CPointEntity}} | |||
{{This is a|point entity|name=info_target_helicoptercrash|game=Black Mesa|sprite=Info_target.png}} When <code>SelfDestruct</code> input fires for {{ent|npc_apache}} - it will fly to nearest {{ent|info_target_helicoptercrash}} entity and break, if touched an entity or surface. That's exactly what this entity is designed for. | {{This is a|point entity|name=info_target_helicoptercrash|game=Black Mesa|sprite=Info_target.png}} When <code>SelfDestruct</code> input fires for {{ent|npc_apache}} - it will fly to nearest {{ent|info_target_helicoptercrash}} entity and break, if touched an entity or surface. That's exactly what this entity is designed for. | ||
{{back |Black Mesa Level Creation}} | {{back|Black Mesa Level Creation}} | ||
== Keyvalues == | == Keyvalues == | ||
{{KV | {{KV Targetname}} | ||
== Inputs == | == Inputs == | ||
{{IO|FireCrashOutput|param=void|nofgd=1|Fires <code>OnCrashed</code> output.}} | {{IO|FireCrashOutput|param=void|nofgd=1|Fires <code>OnCrashed</code> output.}} | ||
== Outputs == | == Outputs == | ||
{{IO|OnCrashed|param=void|nofgd=1|Fires via <code>FireCrashOutput</code> input.}} | {{IO|OnCrashed|param=void|nofgd=1|Fires via <code>FireCrashOutput</code> input.}} | ||
Revision as of 10:14, 11 August 2024


![]() |
---|
??? |

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.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Inputs
- FireCrashOutput <void> !FGD
- Fires
OnCrashed
output.
Outputs
- OnCrashed <void> !FGD
- Fires via
FireCrashOutput
input.