ProtoFlux:Local Fire While True

From Resonite Wiki
Revision as of 19:16, 17 February 2024 by 989onan (talk | contribs) (Create Local Fire While True ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
LocalFireWhileTrue
Condition
OnUpdate
Flow

Local Fire While True is a ProtoFlux node that will check Condition (bool) is true on the local machine rather on a specific user. Then the node will fire every game tick, sending impulses from OnUpdate (Call) on that specific user.

Inputs

Condition (bool)

The value to check on the local client on if it is true.

Outputs

OnUpdate (Call)

Will send an impulse very game tick while Condition (bool) is true on the local client. Will send the impulses from the local client.

Examples