ProtoFlux:SetSlotActiveSelf: Difference between revisions

From Resonite Wiki
fix example
m YoshBot moved page ProtoFlux:Set Slot Active Self to ProtoFlux:SetSlotActiveSelf: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
|}}
|}}


Set's the active field of the provided Instance [[Slot|slot]] upon calling * ([[Impulses|Call]]).  
Set's the active field of the provided Instance [[Slot|slot]] upon calling * ([[Impulses|Call]]). The Active ([[Type:Bool|bool]]) value must be provided for this node to work.


== Inputs ==
== Inputs ==

Latest revision as of 00:35, 21 August 2025

Set Slot Active Self
*
Next
Instance
Active
Info

Set's the active field of the provided Instance slot upon calling * (Call). The Active (bool) value must be provided for this node to work.

Inputs

* (Call)

Call this to set the Instance (Slot)'s active field to Active (bool).

Instance (Slot)

Slot to set the property for.

Active (bool)

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

Outputs

Next (Continuation)

Sends an impulse after * (Call) is called and Instance (Slot)'s active field was set to Active (bool).

Examples