Template:I Targetname

From Valve Developer Community
Revision as of 16:15, 18 September 2005 by Maven (talk | contribs) (Removed "color" and "alpha". See page talk.)
Jump to navigation Jump to search

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-4
Causes this entity's OnUser1-4 outputs to be fired. See User Inputs and Outputs.