add fireonchange |
No edit summary |
||
Line 13: | Line 13: | ||
|}} | |}} | ||
Will fire a single impulse every time the value provided changes. | Will fire a single impulse from the OnlyForUser User input every time the value provided changes. | ||
OnlyForUser User is the one "watching" for changes, if the Value is localized and only changes for the OnlyForUser User, then it will send out a impulse for every change. | |||
For values that have imprecision or the Value itself changes a lot, it could lead to undesired behavior and might be better to use [[Fire On True (ProtoFlux)| Fire On True]] and [[Fire On False (ProtoFlux)| Fire On False]]. | |||
[[Category:ProtoFlux:Flow]] | [[Category:ProtoFlux:Flow]] |
Revision as of 00:56, 15 January 2024
Fire On Change
Flow
Will fire a single impulse from the OnlyForUser User input every time the value provided changes.
OnlyForUser User is the one "watching" for changes, if the Value is localized and only changes for the OnlyForUser User, then it will send out a impulse for every change.
For values that have imprecision or the Value itself changes a lot, it could lead to undesired behavior and might be better to use Fire On True and Fire On False.