ProtoFlux:Get Slot Name: Difference between revisions

From Resonite Wiki
fix example
No edit summary
 
Line 30: Line 30:


<gallery widths=480px heights=480px>
<gallery widths=480px heights=480px>
File:ProtoFlux_Example_Get_Slot_Name.webp|Example of a Get Slot Name being used in some protoflux code.
File:ProtoFlux_Example_Get_Slot_Name.jpg|Example of a Get Slot Name being used in some protoflux code.
</gallery>
</gallery>
[[Category:ProtoFlux:Slots:Info]]
[[Category:ProtoFlux:Slots:Info]]

Latest revision as of 23:12, 22 April 2024

Get Slot Name
Instance
*
Info

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

Inputs

Instance (Slot)

Slot to check.

Outputs

* (String)

Instance (Slot)'s Name field.

Examples