Category:ProtoFlux:Slots:Info: Difference between revisions

Category page
Cleaning ProtoFlux Categories
m fix link spaces
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Get Slot Active|| Gets if the provided [[Slot]]'s Hierarchy is disabled
|GetSlotActive|| Gets if the provided [[Slot]]'s Hierarchy is disabled
|Get Slot Active Self|| Gets the value of the provided [[Slot]]'s active field.
|GetSlotActiveSelf|| Gets the value of the provided [[Slot]]'s active field.
|Get Slot Name|| Gets the value of the provided [[Slot]]'s name field.
|GetSlotName|| Gets the value of the provided [[Slot]]'s name field.
|Get Slot Persistent|| Gets if the provided [[Slot]]'s Hierarchy is marked persistent.
|GetSlotPersistent|| Gets if the provided [[Slot]]'s Hierarchy is marked persistent.
|Get Slot Persistent Self|| Gets the value of the provided [[Slot]]'s persistent field.
|GetSlotPersistentSelf|| Gets the value of the provided [[Slot]]'s persistent field.
|Get Tag|| Gets the value of the provided [[Slot]]'s tag field.
|GetTag|| Gets the value of the provided [[Slot]]'s tag field.
|Has Tag||  
|HasTag|| Checks if a [[Slot]] has a tag.
|Set Slot Active Self|| Set's the active field of the provided [[Slot]] upon call.
|SetSlotActiveSelf|| Set's the active field of the provided [[Slot]] upon call.
|Set Slot Name|| Set's the name field of the provided [[Slot]] upon call.
|SetSlotName|| Set's the name field of the provided [[Slot]] upon call.
|Set Slot Order Offset|| Set's the order offset field of the provided [[Slot]] upon call.
|SetSlotOrderOffset|| Set's the order offset field of the provided [[Slot]] upon call.
|Set Slot Persistent Self|| Set's the persistent field of the provided [[Slot]] upon call.
|SetSlotPersistentSelf|| Set's the persistent field of the provided [[Slot]] upon call.
|Set Tag|| Set's the tag field of the provided [[Slot]] upon call.
|SetTag|| Set's the tag field of the provided [[Slot]] upon call.
}}
}}
[[Category:ProtoFlux:Slots]]
[[Category:ProtoFlux:Slots]]

Latest revision as of 03:53, 25 August 2025

Nodes
Node Name Description
GetSlotActive Gets if the provided Slot's Hierarchy is disabled
GetSlotActiveSelf Gets the value of the provided Slot's active field.
GetSlotName Gets the value of the provided Slot's name field.
GetSlotPersistent Gets if the provided Slot's Hierarchy is marked persistent.
GetSlotPersistentSelf Gets the value of the provided Slot's persistent field.
GetTag Gets the value of the provided Slot's tag field.
HasTag Checks if a Slot has a tag.
SetSlotActiveSelf Set's the active field of the provided Slot upon call.
SetSlotName Set's the name field of the provided Slot upon call.
SetSlotOrderOffset Set's the order offset field of the provided Slot upon call.
SetSlotPersistentSelf Set's the persistent field of the provided Slot upon call.
SetTag Set's the tag field of the provided Slot upon call.