Create Set Slot Name ProtoFlux Node Page |
m YoshBot moved page ProtoFlux:Set Slot Name to ProtoFlux:SetSlotName: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
Line 39: | Line 39: | ||
<gallery widths=480px heights=480px> | <gallery widths=480px heights=480px> | ||
File: | File:ProtoFlux_Example_Set_Slot_Name.webp|Example of a Set Slot Name being used in some protoflux code. | ||
</gallery> | </gallery> | ||
[[Category:ProtoFlux:Slots:Info]] | [[Category:ProtoFlux:Slots:Info]] |
Latest revision as of 00:35, 21 August 2025
Set Slot Name
Info
Set's the name of the provided Instance slot upon calling * (Call).
Inputs
* (Call)
Call this to set the Instance (Slot)'s name to Name (String).
Instance (Slot)
Slot to set the property for.
Name (String)
The value to set Instance (Slot)'s name field to when * (Call) is called.
Outputs
Next (Continuation)
sends an impulse when Instance (Slot)'s name field is set to Name (String) when * (Call) is called.
Examples
-
Example of a Set Slot Name being used in some protoflux code.