Template:O: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(default same as !self for caller if activator specified) |
||
Line 28: | Line 28: | ||
-->{{#if: {{{activator|}}}{{{caller|}}} | -->{{#if: {{{activator|}}}{{{caller|}}} | ||
| <small style="color:gray"><kbd>!activator</kbd> = {{{activator}}}</small><!-- | | <small style="color:gray"><kbd>!activator</kbd> = {{{activator}}}</small><!-- | ||
--><br><small style="color:gray"><kbd>!caller</kbd> = {{{caller}}}</small><br>}}<!-- | --><br><small style="color:gray"><kbd>!caller</kbd> = {{{caller|same as !self}}}</small><br>}}<!-- | ||
-->{{#if: {{{2|}}} | {{{2}}}}}<!-- | -->{{#if: {{{2|}}} | {{{2}}}}}<!-- | ||
--></onlyinclude> | --></onlyinclude> | ||
</includeonly> | </includeonly> |
Revision as of 22:32, 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 theGetValue
input; used when you don't want constant updates from theOutValue
output.
If the Target Input's parameters is left empty, the math_counter's value is used.Tip:Useful for entities such as: logic_case,math_remap,logic_compare.
See also
- {{I}}