Template:O/doc: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
|  (Created page with "*{{param|activator}} - adds little grey text starting with <code>!activator = {{{activator}}}</code> *{{param|caller}} - adds little grey text starting with <code>!caller = {{{caller|}}}</code> if activator is specified and caller is not this defaults to <code>same as !self</code>, if caller=hide this won't be shown  {{O|OnUser1| activator = activator of FireUser1 input |Fired in response to FireUser1 input}}  {{O|OnGetValue| activator = activator of GetValue input | cal...") | No edit summary | ||
| Line 1: | Line 1: | ||
| *{{param|activator}} - adds little grey text starting with <code>!activator = {{{activator}}}</code> | *{{param|activator}} - adds little grey text starting with <code>!activator = {{{activator}}}</code> | ||
| *{{param|caller}} - adds little grey text starting with <code>!caller = {{{caller|}}}</code> if activator is specified and caller is not this defaults to <code>same as !self</code>, if caller=hide this won't be shown | *{{param|caller}} - adds little grey text starting with <code>!caller = {{{caller|}}}</code> if activator is specified and caller is not this defaults to <code>same as !self</code>, if caller=hide this won't be shown | ||
| * other params identical to {{T|I}} | |||
| {{O|OnUser1| activator = activator of FireUser1 input |Fired in response to FireUser1 input}} | {{O|OnUser1| activator = activator of FireUser1 input |Fired in response to FireUser1 input}} | ||
Revision as of 02:21, 22 April 2025
- {{{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
- other params identical to {{I}}
- 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 theGetValueinput; used when you don't want constant updates from theOutValueoutput.
 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. 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}}