Template:I Targetname: Difference between revisions
Jump to navigation
Jump to search
m (added help link to KillHierarchy key name) |
TomEdwards (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{ScrollBox|title=Targetname| | |||
; <code>Kill</code> | |||
: Removes this entity from the world. | : Removes this entity from the world. | ||
; <code>KillHierarchy</code> | |||
: Removes this entity and all its [[Entity Hierarchy (parenting)|children]] from the world. | |||
: Removes this entity and all its children from the world. | ; <code>AddOutput <[[string]]></code> | ||
: Evaluates a keyvalue/output on this entity. It can be potentially very dangerous, use with care. | : Evaluates a keyvalue/output on this entity. It can be potentially very dangerous, use with care. | ||
:Format: <code><key> <value></code> | :Format: <code><key> <value></code> | ||
:Format: <code><output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire | :Format: <code><output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire, -1 means infinite></code> | ||
; <code>FireUser1</code> <span style<nowiki>=</nowiki>"font-weight:normal;">to</span> <code>FireUser4</code> | |||
: Fire the <code>OnUser</code> outputs; see [[User Inputs and Outputs]]. | |||
: | }} |
Revision as of 14:39, 19 July 2009
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
toFireUser4
- Fire the
OnUser
outputs; see User Inputs and Outputs.