Template:I Targetname: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Removed "color" and "alpha". See page talk.)
mNo edit summary
Line 10: Line 10:
* '''FireUser''1-4'''''
* '''FireUser''1-4'''''
: Causes this entity's OnUser''1-4'' outputs to be fired. See [[User Inputs and Outputs]].
: Causes this entity's OnUser''1-4'' outputs to be fired. See [[User Inputs and Outputs]].
* '''Color {{color}}'''
: Set the rendercolor. (Applies to '''many''' visible entities)
* '''Alpha <[[byte]]>'''
: Set the renderamt.  (Applies to '''many''' visible entities)

Revision as of 19:50, 18 September 2005

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.
  • Color #000000
Set the rendercolor. (Applies to many visible entities)
Set the renderamt. (Applies to many visible entities)