Template:O Button: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Updated)
m (→‎top: Substituted IO templates)
 
Line 1: Line 1:
{{ScrollBox|title=Button|
{{ScrollBox|title=Button|
{{IO|OnDamaged|Fired when the button is damaged.}}
{{O|OnDamaged|Fired when the button is damaged.}}
{{IO|OnPressed|Fired when the button is pressed.}}
{{O|OnPressed|Fired when the button is pressed.}}
{{IO|OnUseLocked|Fired when the button is used while locked.}}
{{O|OnUseLocked|Fired when the button is used while locked.}}
{{IO|OnIn|Fired when the button reaches the in/pressed position.}}
{{O|OnIn|Fired when the button reaches the in/pressed position.}}
{{IO|OnOut|Fired when the button reaches the out/released position.}}
{{O|OnOut|Fired when the button reaches the out/released position.}}
}}<noinclude>
}}<noinclude>
[[Category:Output Templates|Button]]
[[Category:Output Templates|Button]]
</noinclude>
</noinclude>

Latest revision as of 13:04, 21 April 2025

Button:
OnDamaged
Fired when the button is damaged.
OnPressed
Fired when the button is pressed.
OnUseLocked
Fired when the button is used while locked.
OnIn
Fired when the button reaches the in/pressed position.
OnOut
Fired when the button reaches the out/released position.