Template:I Targetname: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
TomEdwards (talk | contribs) m (suppress scrolling) |
||
Line 1: | Line 1: | ||
{{ScrollBox|title=Targetname| | {{ScrollBox|title=Targetname|noscroll=true| | ||
{{IO|Kill|Removes this entity from the world.}} | {{IO|Kill|Removes this entity from the world.}} | ||
{{IO|KillHierarchy|Removes this entity and all its children from the world.}} | {{IO|KillHierarchy|Removes this entity and all its children from the world.}} |
Revision as of 04:12, 15 June 2011
Targetname:
- Kill
- Removes this entity from the world.
- KillHierarchy
- Removes this entity and all its children from the world.
- AddOutput <string>
- Evaluates a keyvalue/output on this entity. It can be potentially very dangerous, use with care.
Format:<key> <value>
Format:<output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire, -1 means infinite>
- FireUser1 to FireUser4
- Fire the
OnUser
outputs; see User Inputs and Outputs.