ProtoFlux:Update

From Resonite Wiki
Revision as of 21:00, 24 December 2024 by Yosh (talk | contribs) (nullabl)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Update
OnUpdate
UpdatingUser
null
SkipIfNull
null
Flow

The Update node sends a pulse at every engine update from the UpdatingUser.

Outputs

OnUpdate (Call)

Sends a pulse every engine update from the UpdatingUser.

Globals

UpdatingUser (User)

The user that the OnUpdate pulse will be generated from and owned by.

SkipIfNull (Nullable<bool>)

If True, no pulses will be generated if UpdatingUser is null. Otherwise, impulses will be generated by the host user if UpdatingUser is null.

See Also