Path corner crash: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Technical limitations and cleanup)
No edit summary
Line 1: Line 1:
{{wrongtitle|title=path_corner_crash}}
{{wrongtitle|title=path_corner_crash}}
{{cleanup}}
==Entity Description==
 
'''Entity Name:''' path_corner_crash
path_corner_crash


Helicopter Crash Path
Helicopter Crash Path


KEYS
==Keyvalues==
 
Name targetname <target_source> The name that other entities refer to this entity by.
 
Next stop target target <target_destination>
 
 
INPUTS
 
Kill Removes this entity from the world.
 
KillHierarchy Removes this entity and all its children from the world.
 
AddOutput <string> Adds an entity I/O connection to this entity. Format: <output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire (-1 == infinite)>. Very dangerous, use with care.
 
FireUser1 Causes this entity's OnUser1 output to be fired.
 
FireUser2 Causes this entity's OnUser2 output to be fired.
 
FireUser3 Causes this entity's OnUser3 output to be fired.
 
FireUser4 Causes this entity's OnUser4 output to be fired.
 
 
OUTPUTS


OnUser1 Fired in response to FireUser1 input.
*[[Targetname]]
*'''target'''
:<target_destination> Next stop target


OnUser2 Fired in response to FireUser2 input.
==Inputs==


OnUser3 Fired in response to FireUser3 input.
*[[Targetname]]


OnUser4 Fired in response to FireUser4 input.
==Outputs==
*[[Targetname]]
[[Category:Entities]]

Revision as of 20:49, 9 July 2005

Template:Wrongtitle

Entity Description

Entity Name: path_corner_crash

Helicopter Crash Path

Keyvalues

<target_destination> Next stop target

Inputs

Outputs