ProtoFlux:Set Slot Active Self: Difference between revisions

From Resonite Wiki
Create Set Slot Active Self ProtoFlux Node Page
 
add a clarification
 
(One intermediate revision by the same 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 ==
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_Active_Self.webp|Example of a Set Slot Active Self being used in some protoflux code.
</gallery>
</gallery>
[[Category:ProtoFlux:Slots:Info]]
[[Category:ProtoFlux:Slots:Info]]

Latest revision as of 23:04, 29 February 2024

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