Created the page for the Find Character Controller From Slot node. |
Removed the "click here" sentence. Reassigned link appropriately. Added a link for Slot. |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#Invoke:ProtoFlux|GenerateUI | {{#Invoke:ProtoFlux|GenerateUI | ||
|Name=Find Character Controller From Slot | |Name=Find Character Controller From Slot | ||
|Category= | |Category=Physics | ||
|Inputs= | |Inputs= | ||
[ | [ | ||
Line 12: | Line 12: | ||
|}} | |}} | ||
The <code>Find Character Controller From Slot</code> node takes in a | The <code>Find Character Controller From Slot</code> node takes in a [[Slot]] and tries to find the [[Component:CharacterController|character controller]] from the list of components within itself, then returning one when one is found. | ||
== Inputs == | == Inputs == |
Latest revision as of 16:44, 16 April 2024
Find Character Controller From Slot
Physics
The Find Character Controller From Slot
node takes in a Slot and tries to find the character controller from the list of components within itself, then returning one when one is found.
Inputs
Source (Slot)
The source that we want to try to find the character controller in.
Outputs
* (Character Controller)
The character controller that we found.