Info node air: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(More formatting and categorisation)
m (Formatting)
Line 10: Line 10:


* '''Name''' ''targetname <target_source>''   
* '''Name''' ''targetname <target_source>''   
** The name that other entities refer to this entity by.
: The name that other entities refer to this entity by.
 
* '''Node ID''' ''nodeid <integer>''
* '''Node ID''' ''nodeid <integer>''
* '''NodeHeight''' ''nodeheight <integer>''
* '''NodeHeight''' ''nodeheight <integer>''
Line 17: Line 18:


* '''Kill'''
* '''Kill'''
** Removes this entity from the world.
: Removes this entity from the world.
 
* '''KillHierarchy'''   
* '''KillHierarchy'''   
** Removes this entity and all its children from the world.
: Removes this entity and all its children from the world.
 
* '''AddOutput''' ''<string> <output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire (-1 == infinite)>''  
* '''AddOutput''' ''<string> <output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire (-1 == infinite)>''  
** Adds an entity I/O connection to this entity. Very dangerous, use with care
: Adds an entity I/O connection to this entity. Very dangerous, use with care
 
* '''FireUser1'''  
* '''FireUser1'''  
** Causes this entity's OnUser1 output to be fired.
: Causes this entity's OnUser1 output to be fired.
 
* '''FireUser2'''  
* '''FireUser2'''  
** Causes this entity's OnUser2 output to be fired.
: Causes this entity's OnUser2 output to be fired.
 
* '''FireUser3'''  
* '''FireUser3'''  
** Causes this entity's OnUser3 output to be fired.
: Causes this entity's OnUser3 output to be fired.
 
* '''FireUser4'''  
* '''FireUser4'''  
** Causes this entity's OnUser4 output to be fired.
: Causes this entity's OnUser4 output to be fired.


===Outputs===
===Outputs===


* '''OnUser1'''  
* '''OnUser1'''  
** Fired in response to FireUser1 input.
: Fired in response to FireUser1 input.
 
* '''OnUser2'''  
* '''OnUser2'''  
** Fired in response to FireUser2 input.
: Fired in response to FireUser2 input.
 
* '''OnUser3'''  
* '''OnUser3'''  
** Fired in response to FireUser3 input.
: Fired in response to FireUser3 input.
 
* '''OnUser4'''  
* '''OnUser4'''  
** Fired in response to FireUser4 input.
: Fired in response to FireUser4 input.


[[Category:Entities]]
[[Category:Entities]]
[[Category:AI]]
[[Category:AI]]

Revision as of 08:10, 9 July 2005

Template:Wrongtitle

Entity Description

Entity Name: info_node_air

A navigation node for flying NPCs. Air navigation nodes are baked into the nodegraph so that NPCs can move to them. Air nodes do not fall to the ground when they spawn.

Entity Values

Keys

  • Name targetname <target_source>
The name that other entities refer to this entity by.
  • Node ID nodeid <integer>
  • NodeHeight nodeheight <integer>

Inputs

  • Kill
Removes this entity from the world.
  • KillHierarchy
Removes this entity and all its children from the world.
  • AddOutput <string> <output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire (-1 == infinite)>
Adds an entity I/O connection to this entity. 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.
  • OnUser2
Fired in response to FireUser2 input.
  • OnUser3
Fired in response to FireUser3 input.
  • OnUser4
Fired in response to FireUser4 input.