Template:I Targetname:ru: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "{{ScrollBox|title=Targetname|noscroll=true| {{IO:ru|Kill|Removes this entity from the world.}} {{IO:ru|KillHierarchy|Removes this entity and all its children from the world.}} {{...") |
mNo edit summary |
||
Line 8: | Line 8: | ||
{{IO:ru|RunScriptCode|Execute a string of script source code. {{warning|Never try to pass string parameters to a script function with this input. It will corrupt the [[VMF]] structure because of the nested quotation marks, which then must be removed manually with a text editor.}}|param=string|since=L4D2}} | {{IO:ru|RunScriptCode|Execute a string of script source code. {{warning|Never try to pass string parameters to a script function with this input. It will corrupt the [[VMF]] structure because of the nested quotation marks, which then must be removed manually with a text editor.}}|param=string|since=L4D2}} | ||
}}<noinclude> | }}<noinclude> | ||
[[Category:Input Templates|Targetname]] | [[Category:Input Templates:ru|Targetname:ru]] | ||
</noinclude> | </noinclude> |
Revision as of 01:23, 2 May 2012
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.