ProtoFlux:Local Update: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page Local Update (ProtoFlux) to ProtoFlux:Local Update: Creating protoflux Namespace
Fix page to be standard and add example link (link is null currently)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
|Outputs=
|Outputs=
[
[
{"Name": "OnUpdate", "Type":"Impulse"}
{"Name": "OnUpdate", "Type":"Call"}
]
]
|}}
|}}


Will fire on every single local update.
Will fire on every single local update, which is based on Game Ticks.
 
== Outputs ==
 
=== OnUpdate ([[Impulses|Call]]) ===
 
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