Template:KVIO ItemSE1: Difference between revisions
Jump to navigation
Jump to search
(Created Sin Episodes Item KVIO template) |
No edit summary |
||
Line 1: | Line 1: | ||
==Keyvalues== | ==Keyvalues== | ||
{{KV Targetname | {{KV Targetname}} | ||
}} | |||
== Outputs == | |||
{{O|OnPlayerTouch|Fires when the player touches this item. {{ent|!activator}} is the player.}} | |||
{{O|OnUse|Fired when the <code>Use</code> input is given.}} | |||
==Outputs== | |||
{{ | |||
{{O | |||
[[Category:Items]] | [[Category:Items]] |
Latest revision as of 10:58, 26 September 2024
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Outputs
- OnPlayerTouch
- Fires when the player touches this item. !activator is the player.
- OnUse
- Fired when the
Use
input is given.