ProtoFlux:Set Slot Order Offset: Difference between revisions

From Resonite Wiki
Create Set Slot Order Offset ProtoFlux Node Page
 
fix example
 
Line 39: Line 39:


<gallery widths=480px heights=480px>
<gallery widths=480px heights=480px>
File:ProtoFlux_Example_.webp|Example of a being used in some protoflux code.
File:ProtoFlux_Example_Set_Slot_Order_Offset.webp|Example of a Set Slot Order Offset being used in some protoflux code.
</gallery>
</gallery>
[[Category:ProtoFlux:Slots:Info]]
[[Category:ProtoFlux:Slots:Info]]

Latest revision as of 18:28, 10 February 2024

Set Slot Order Offset
*
Next
Instance
OrderOffset
Info

Set's the Slot Order Offset field of the provided Instance slot upon calling * (Call).

Inputs

* (Call)

Call this to set the Instance (Slot)'s order offset to OrderOffset (long).

Instance (Slot)

Slot to set the property for.

OrderOffset (long)

The value to set Instance (Slot)'s Order Offset to when * (Call) is called.

Outputs

Next (Continuation)

Sends an impulse when Instance (Slot)'s Order Offset is set to OrderOffset (long) when * (Call) is called.

Examples