Local Fire On False (LogiX node)
Jump to navigation
Jump to search
Local Fire On False | ||
---|---|---|
![]() | ||
Inputs | ||
Bool | Condition | |
Outputs | ||
Impulse | Pulse |
The Local Fire On False node fires an impulse independently for each user whenever the input Condition
locally becomes False for them.
Usage
The initial default value for this node is false, however the node does not fire an impulse when it is first created. The input value must become True at least once before this node will fire.
There are a few mechanisms which can cause values in Neos to be different for different users; if there were 3 users in a session (A, B, and C) and the Condition became False for A and B (but not C), impulses would be fired for both A and B (but not C). If later the Condition also became False for C and impulse would fire only for C.