Template:Basic Fire On Information

Template page
Revision as of 17:02, 27 April 2024 by TheAutopilot (talk | contribs) (Corrections on FireOnX behaviour)
Using this node with Local User or no input will cause it to fire on the user where the value was changed. If you want it to fire for every user use a {{{4}}} node.
Using this node with a local value can cause unintended side-effects like missing/superfluous impulses and performance issues as every local change will incur network traffic. Instead use a {{{4}}} node.

{{{1}}} Nodes will only fire if {{{3}}} has seen the value on their local machine {{{2}}}.

When this node triggers from {{{3}}} it can be used to execute code that requires the impulse be from a specific user. This is useful for things like:

  • changing world properties
  • physics
  • cloud variables
  • other Local User sensitive nodes.