No edit summary |
overhaul |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | |||
<onlyinclude>For best practice, this should never be left <code>null</code> or evaluated differently based on the user (e.g. via [[ProtoFlux:LocalUser|LocalUser]]). If this input is <code>null</code> and the node is parented under a user, then the impulse will be fired for said user. If this input is <code>null</code> and not parented under a user, or if this input evaluates differently for different users, then the impulse will <em>tend to</em> be fired for the first user that sees the change in value. This is usually the one who caused the change in the first place. This could cause inconsistent behavior unless carefully managed.</onlyinclude> | |||
</includeonly> | |||
== Usage == | |||
For use on [[ProtoFlux:FireOnChange]] and similar nodes. |
Latest revision as of 08:23, 19 September 2025
Usage
For use on ProtoFlux:FireOnChange and similar nodes.