Template:O: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{O|OnUser1
{{O|OnUser1| activator = activator of FireUser1 input  
| activator = activator of FireUser1 input  
| caller = same as !self
| caller = same as !self
|Fired in response to FireUser1 input}}
|Fired in response to FireUser1 input}}

Revision as of 22:08, 21 April 2025

OnUser1
!activator = activator of FireUser1 input
!caller = same as !self
Fired in response to FireUser1 input


OnGetValue <float>
!activator = activator of GetValue input
!caller = caller of GetValue input
Fired in response to the GetValue input; used when you don't want constant updates from the OutValue output.
If the Target Input's parameters is left empty, the math_counter's value is used.
Tip.pngTip:Useful for entities such as: logic_case,math_remap,logic_compare.

See also

  • {{I}}