Template:O/doc
Jump to navigation
Jump to search
- {{{activator}}} - adds little grey text starting with
!activator = {{{activator}}}
- {{{caller}}} - adds little grey text starting with
!caller =
if activator is specified and caller is not this defaults tosame as !self
, if caller=hide this won't be shown
- OnUser1
- !activator = activator of FireUser1 input
!caller = this entity
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.
- OnUnblockedClosing
- !activator = !caller = !self
Fired when the door is no longer blocked from closing.
See also
- {{I}}