ProtoFlux:FindCharacterControllerFromSlot: Difference between revisions

From Resonite Wiki
Fixed category for node visual.
m YoshBot moved page ProtoFlux:Find Character Controller From Slot to ProtoFlux:FindCharacterControllerFromSlot: Automated: removing spaces from ProtoFlux namespace
 
(2 intermediate revisions by 2 users not shown)
Line 12: Line 12:
|}}
|}}


The <code>Find Character Controller From Slot</code> 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. To learn more about the character controller component, click [[Component:CharacterController|here]].
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 ==
Line 27: Line 27:


[[Category:ProtoFlux:Physics]]
[[Category:ProtoFlux:Physics]]
[[Category:ContinuouslyChanging nodes]]

Latest revision as of 23:52, 20 August 2025

Find Character Controller From Slot
Source
*
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.