ProtoFlux:GetSlotActive: Difference between revisions

From Resonite Wiki
m YoshBot moved page ProtoFlux:Get Slot Active to ProtoFlux:GetSlotActive: Automated: removing spaces from ProtoFlux namespace
mentioned how GetSlotActive does on change on activity change, and provided a possible alternative.
Line 13: Line 13:


Get slot active is a ProtoFlux node that will check if Instance ([[Slot|Slot]])'s parent hierarchy or Instance ([[Slot|Slot]]) itself is disabled.
Get slot active is a ProtoFlux node that will check if Instance ([[Slot|Slot]])'s parent hierarchy or Instance ([[Slot|Slot]]) itself is disabled.
This Protoflux node does not update by itself on the Active property change. If you need to react to a Slot's activity dynamically, consider sourcing the Active property of the hierarchy's root Slot instead.


== Inputs ==
== Inputs ==

Revision as of 16:22, 25 August 2025

Get Slot Active
Instance
*
Info

Get slot active is a ProtoFlux node that will check if Instance (Slot)'s parent hierarchy or Instance (Slot) itself is disabled.

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

Inputs

Instance (Slot)

the slot to check for if itself or it's parent hierarchy is disabled.

Outputs

* (bool)

If Instance (Slot) itself or it's parent hierarchy is disabled.

Examples