Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:LocalFireWhileTrue

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.
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