Prop under button: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{portal2 point|prop_under_button}} {{screenshot}} ==Entity description== Underground Button ==Keyvalues== {{KV Targetname}} {{KV Angles}} {{KV|Delay|integer|Delay before the …') |
mNo edit summary |
||
Line 9: | Line 9: | ||
{{KV Targetname}} | {{KV Targetname}} | ||
{{KV Angles}} | {{KV Angles}} | ||
{{KV PropDynamicBase}} | |||
{{KV|Delay|integer|Delay before the button fires Outputs after being pressed, in seconds.}} | {{KV|Delay|integer|Delay before the button fires Outputs after being pressed, in seconds.}} | ||
==Flags== | |||
{{Fl PropDynamicBase}} | |||
==Inputs== | ==Inputs== | ||
{{I Targetname}} | {{I Targetname}} | ||
{{I Angles}} | {{I Angles}} | ||
{{I PropDynamicBase}} | |||
{{IO|PressIn|Presses the button}} | {{IO|PressIn|Presses the button}} | ||
{{IO|PressOut|Unpresses the button}} | {{IO|PressOut|Unpresses the button}} | ||
Line 19: | Line 24: | ||
==Outputs== | ==Outputs== | ||
{{O Targetname}} | {{O Targetname}} | ||
{{O PropDynamicBase}} | |||
{{IO|OnPressed|Fired when the button is pressed.}} | {{IO|OnPressed|Fired when the button is pressed.}} | ||
{{IO|OnUnpressed|Fires when unpressed.}} | {{IO|OnUnpressed|Fires when unpressed.}} |
Revision as of 01:16, 5 May 2011

This article or section needs a screenshot to help visually convey the subject.
You can upload screenshots at Special:Upload. For help, see Help:Images.
You can upload screenshots at Special:Upload. For help, see Help:Images.
Entity description
Underground Button
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
- Pitch Yaw Roll (Y Z X) (angles) <QAngle>
- This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
- Delay ([todo internal name (i)]) <integer>
- Delay before the button fires Outputs after being pressed, in seconds.
Flags
Inputs
Template:I Angles Template:I PropDynamicBase
- PressIn
- Presses the button
- PressOut
- Unpresses the button
Outputs
- OnPressed
- Fired when the button is pressed.
- OnUnpressed
- Fires when unpressed.