ProtoFlux:Fire On Change: Difference between revisions

From Resonite Wiki
clarify that value can be a reference
add warning
Line 15: Line 15:
Fire on change is a protoflux node that listens for changes to a value on the local client specified by OnlyForUser ([[Type:User|User]]). values that have imprecision or the Value (Generic) 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]].
Fire on change is a protoflux node that listens for changes to a value on the local client specified by OnlyForUser ([[Type:User|User]]). values that have imprecision or the Value (Generic) 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]].


{{Template:Note|DO NOT: Use this node with a [[ProtoFlux:Local User|Local User]] Node. Instead use a [[ProtoFlux:Local Fire On Change|Local Fire On Change]] node. It WILL cause networking issues and fighting across clients.|danger}}


== Inputs ==
== Inputs ==

Revision as of 18:58, 17 February 2024

Fire On Change
OnlyForUser
OnChanged
Value
Flow

Fire on change is a protoflux node that listens for changes to a value on the local client specified by OnlyForUser (User). values that have imprecision or the Value (Generic) itself changes a lot, it could lead to undesired behavior and might be better to use Fire On True and Fire On False.

DO NOT: Use this node with a Local User Node. Instead use a Local Fire On Change node. It WILL cause networking issues and fighting across clients.

Inputs

OnlyForUser (User)

is the one "watching" for changes, if the Value (Generic) is localized and only changes for the OnlyForUser User, then it will send out a impulse for every change vs someone else who wouldn't see those changes.

Value (Generic)

The value or reference that OnlyForUser (User) should watch for changes on their client.

Outputs

OnChanged (impulse)

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

Examples