ProtoFlux:GetSlotPersistent: Difference between revisions

From Resonite Wiki
Create Get Slot Persistent ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:Get Slot Persistent to ProtoFlux:GetSlotPersistent: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 30: Line 30:


<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_Persistent.webp|Example of a Get Slot Persistent being used in some protoflux code.
</gallery>
</gallery>
[[Category:ProtoFlux:Slots:Info]]
[[Category:ProtoFlux:Slots:Info]]

Latest revision as of 00:21, 21 August 2025

Get Slot Persistent
Instance
*
Info

Gets if the provided Instance Slot's Hierarchy is marked persistent.

Inputs

Instance (Slot)

Slot to check.

Outputs

* (bool)

returns if the Instance (Slot)'s Hierarchy is marked persistent.

Examples