Create Set Slot Order Offset ProtoFlux Node Page |
fix example |
||
(One intermediate revision by the same user not shown) | |||
Line 28: | Line 28: | ||
=== Persistent ([[Type:Bool|bool]]) === | === Persistent ([[Type:Bool|bool]]) === | ||
The value | The value to set Instance ([[Slot|Slot]])'s persistent field to. | ||
== Outputs == | == Outputs == | ||
Line 39: | Line 39: | ||
<gallery widths=480px heights=480px> | <gallery widths=480px heights=480px> | ||
File: | File:ProtoFlux_Example_Set_Slot_Persistent_Self.webp|Example of a Set Slot Persistent Self being used in some protoflux code. | ||
</gallery> | </gallery> | ||
[[Category:ProtoFlux:Slots:Info]] | [[Category:ProtoFlux:Slots:Info]] |
Latest revision as of 18:29, 10 February 2024
Set Slot Persistent Self
Info
Set's the persistent field of the provided Instance slot upon calling * (Call).
Inputs
* (Call) =
Call this to set the Instance (Slot)'s persistent field to Persistent (bool).
Instance (Slot)
Slot to set the property for.
Persistent (bool)
The value to set Instance (Slot)'s persistent field to.
Outputs
Next (Continuation)
Sends an impulse when Instance (Slot)'s persistent field is set to Persistent (bool) when * (Call) is called.
Examples
-
Example of a Set Slot Persistent Self being used in some protoflux code.