ProtoFlux:Local Update: Difference between revisions

From Resonite Wiki
stub, type
Fix page to be standard and add example link (link is null currently)
 
Line 8: Line 8:
|}}
|}}


Will fire on every single local update.
Will fire on every single local update, which is based on Game Ticks.


== Outputs ==


{{Stub}}
=== OnUpdate ([[Impulses|Call]]) ===
<i> This page needs standardization </i>


<i> This page needs examples </i>
Will fire on every single local update for the local machine.
 
== Examples ==
 
<gallery widths=480px heights=480px>
File:Protoflux_example_Local_Update.webp|An example of local update being used to sample colors using the [[ProtoFlux:Sample ColorX|Sample ColorX Node]].
</gallery>


[[Category:ProtoFlux:Flow]]
[[Category:ProtoFlux:Flow]]

Latest revision as of 17:38, 16 February 2024

Local Update
OnUpdate
Flow

Will fire on every single local update, which is based on Game Ticks.

Outputs

OnUpdate (Call)

Will fire on every single local update for the local machine.

Examples