Template:I BaseEntityIO: Difference between revisions
Jump to navigation
Jump to search
m (Formatting tricks) |
m (→top: Substituted IO templates) |
||
Line 1: | Line 1: | ||
This is a Baseclass that is available in {{teamspen|4}} | This is a Baseclass that is available in {{teamspen|4}} | ||
<onlyinclude>{{ScrollBox|title=BaseEntityIO| | <onlyinclude>{{ScrollBox|title=BaseEntityIO| | ||
{{ | {{I|Kill|Removes this entity from the world.}} | ||
{{ | {{I|KillHierarchy|Removes this entity and all its children from the world.}} | ||
{{ | {{I|AddOutput|param=string|Adds an entity I/O connection to this entity or changes keyvalues dynamically. Format:\n'<output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire (-1 equals infinite, 1 equals only once)'\nor 'keyvalue newval'. Very dangerous, use with care.}} | ||
{{ | {{I|FireUser1|to=FireUser4|Causes this entity's OnUser output to be fired.}} | ||
{{ | {{I|Use|Same as a player invoking +use; may not do anything. Can also be invoked by creating an output that does not specify an input.}} | ||
{{ | {{I|DispatchEffect|param=string|Dispatch an effect from the entity's origin. See [[List_of_Client_Effects|List of Client Effects]]}} | ||
}}</onlyinclude> | }}</onlyinclude> | ||
[[Category:Input Templates|BaseEntityIO]] | [[Category:Input Templates|BaseEntityIO]] |
Latest revision as of 12:52, 21 April 2025
This is a Baseclass that is available in TeamSpen's Hammer Addons
BaseEntityIO:
- 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 or changes keyvalues dynamically. Format:\n'<output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire (-1 equals infinite, 1 equals only once)'\nor 'keyvalue newval'. Very dangerous, use with care.
- FireUser1 to FireUser4
- Causes this entity's OnUser output to be fired.
- Use
- Same as a player invoking +use; may not do anything. Can also be invoked by creating an output that does not specify an input.
- DispatchEffect <string>
- Dispatch an effect from the entity's origin. See List of Client Effects