ProtoFlux:Fire On Change: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page Fire On Change (ProtoFlux) to ProtoFlux:Fire On Change: Creating protoflux Namespace
needs to be standardized. marking as stub
Line 12: Line 12:
]
]
|}}
|}}
{{Stub}}
<i>This page needs Standardization with [[Example ProtoFlux Node]]</i>


Will fire a single impulse from the OnlyForUser User input every time the value provided changes.
Will fire a single impulse from the OnlyForUser User input every time the value provided changes.

Revision as of 21:53, 3 February 2024

Fire On Change
OnlyForUser
OnChanged
Value
Flow


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


This page needs Standardization with Example ProtoFlux Node

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.