ProtoFlux:GetSlotActiveSelf: Difference between revisions

From Resonite Wiki
Create Get Slot Active Self ProtoFlux Node Page
 
mentioned how GetSlotActiveSelf does not change on activity change, and provided a possible alternative.
 
(2 intermediate revisions by 2 users not shown)
Line 13: Line 13:
|}}
|}}


Gets the value of the provided Instance [[Slot|Slot's]] active field.  
Gets the value of the provided Instance [[Slot|Slot's]] Active field.
 
This Protoflux node does not update by itself on the Active field change. If you need to react to a Slot's activity dynamically, consider sourcing the Slot's Active field instead.  


== Inputs ==
== Inputs ==
Line 30: Line 32:


<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_Get_Slot_Active_Self.webp|Example of a Get Slot Active Self being used in some protoflux code.
</gallery>
</gallery>


[[Category:ProtoFlux:Slots:Info]]
[[Category:ProtoFlux:Slots:Info]]

Latest revision as of 16:25, 25 August 2025

Get Slot Active Self
Instance
*
Info

Gets the value of the provided Instance Slot's Active field.

This Protoflux node does not update by itself on the Active field change. If you need to react to a Slot's activity dynamically, consider sourcing the Slot's Active field instead.

Inputs

Instance (Slot)

Slot to check.

Outputs

* (bool)

Instance (Slot)'s Active field.

Examples