ProtoFlux:SetSlotPersistentSelf: Difference between revisions

From Resonite Wiki
fix example
m YoshBot moved page ProtoFlux:Set Slot Persistent Self to ProtoFlux:SetSlotPersistentSelf: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:35, 21 August 2025

Set Slot Persistent Self
*
Next
Instance
Persistent
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