Category:ProtoFlux:Slots: Difference between revisions

Category page
m fix formating
m fix link spaces
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Table ProtoFluxCategorySubcategories
{{Table ProtoFluxCategorySubcategories
|Info|
|Info| Nodes that get or set information about [[Slot|slots]].
|Searching|
|Searching| Nodes for searching through [[Slot|slots]].
}}
}}
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Children Count|| tells you how many Slots are under a [[Slot]].
|ChildrenCount|| tells you how many Slots are under a [[Slot]].
|Destroy Slot|| Destroys the provided [[Slot]].
|DestroySlot|| Destroys the provided [[Slot]].
|Destroy Slot Children|| Destroys the provided [[Slot]]'s Children Slots.
|DestroySlotChildren|| Destroys the provided [[Slot]]'s Children Slots.
|Duplicate Slot|| Duplicates the provided [[Slot]].
|DuplicateSlot|| Duplicates the provided [[Slot]].
|Get Active User|| Gets the nearest parent [[User]] of the provided [[Slot]].
|GetActiveUser|| Gets the nearest parent [[User]] of the provided [[Slot]].
|Get Active UserRoot|| Gets the nearest parent [[User]]'s [[UserRoot]] of the provided [[Slot]].
|GetActiveUserRoot|| Gets the nearest parent [[User]]'s [[Type:UserRoot|UserRoot]] of the provided [[Slot]].
|Get Active User Self|| Gets the nearest parent [[User]] of this Node's [[Slot]].
|GetActiveUserSelf|| Gets the nearest parent [[User]] of this Node's [[Slot]].
|Get Child|| Gets a child of the provided [[Slot]] based on index starting from 0 in the inspector.
|GetChild|| Gets a child of the provided [[Slot]] based on index starting from 0 in the inspector.
|Get Object Root|| Finds the nearest parent slot that is recognized as an object root.
|GetObjectRoot|| Finds the nearest parent slot that is recognized as an object root.
|Get Parent Slot|| Get the [[Slot]] that is the parent of the provided [[Slot]]. Provided Root it returns null.
|GetParentSlot|| Get the [[Slot]] that is the parent of the provided [[Slot]]. Provided Root it returns null.
|Get Slot|| Gets the [[Slot]] of a [[Component]].
|GetSlot|| Gets the [[Slot]] of a [[Component]].
|Get Slot Order Offset|| Gets the Long value stored in OrderOffset on a [[Slot]].
|GetSlotOrderOffset|| Gets the Long value stored in OrderOffset on a [[Slot]].
|Index Of Child|| Gets the index based on starting from 0 in the inspector.
|IndexOfChild|| Gets the index based on starting from 0 in the inspector.
|Is Child Of|| Checks if a slot is the child of another Recursively.
|IsChildOf|| Checks if a slot is the child of another Recursively.
|Root Slot|| The [[Root]] Slot of a world. This is a Constant.
|RootSlot|| The [[Root]] Slot of a world. This is a Constant.
|Set Child Index|| Set the offset of a [[Slot]] in the inspector starting from 0.
|SetChildIndex|| Set the offset of a [[Slot]] in the inspector starting from 0.
|Set Parent|| Sets the provided Instance [[Slot]]'s parent to the provided Parent [[Slot]].
|SetParent|| Sets the provided Instance [[Slot]]'s parent to the provided Parent [[Slot]].
|Slot Children Events|| Sends [[Impulses|Impulses]] when something changes in the immediate children of the provided [[Slot]].
|SlotChildrenEvents|| Sends [[Impulses|Impulses]] when something changes in the immediate children of the provided [[Slot]].
}}
}}
[[Category:ProtoFlux]]
[[Category:ProtoFlux]]

Latest revision as of 03:52, 25 August 2025

Subcategories
Category Summary
Info Nodes that get or set information about slots.
Searching Nodes for searching through slots.
Nodes
Node Name Description
ChildrenCount tells you how many Slots are under a Slot.
DestroySlot Destroys the provided Slot.
DestroySlotChildren Destroys the provided Slot's Children Slots.
DuplicateSlot Duplicates the provided Slot.
GetActiveUser Gets the nearest parent User of the provided Slot.
GetActiveUserRoot Gets the nearest parent User's UserRoot of the provided Slot.
GetActiveUserSelf Gets the nearest parent User of this Node's Slot.
GetChild Gets a child of the provided Slot based on index starting from 0 in the inspector.
GetObjectRoot Finds the nearest parent slot that is recognized as an object root.
GetParentSlot Get the Slot that is the parent of the provided Slot. Provided Root it returns null.
GetSlot Gets the Slot of a Component.
GetSlotOrderOffset Gets the Long value stored in OrderOffset on a Slot.
IndexOfChild Gets the index based on starting from 0 in the inspector.
IsChildOf Checks if a slot is the child of another Recursively.
RootSlot The Root Slot of a world. This is a Constant.
SetChildIndex Set the offset of a Slot in the inspector starting from 0.
SetParent Sets the provided Instance Slot's parent to the provided Parent Slot.
SlotChildrenEvents Sends Impulses when something changes in the immediate children of the provided Slot.