ProtoFlux:GetLocomotionArchetype: Difference between revisions

From Resonite Wiki
Added Get Locomotion Archetype node page.
 
fix Type. that is a nullable`1<T>.
Line 12: Line 12:
|}}
|}}


The '''Get Locomotion Archetype''' node takes in an [[Type:ILocomotionModule|ILocomotionModule]] and returns the [[Type:LocomotionArchetype?|locomotion archetype]] that was provided from a [[User|user's]] locomotion module (found in the [[:Category:Components:Locomotion:Modules|locomotion modules component category]]).
The '''Get Locomotion Archetype''' node takes in an [[Type:ILocomotionModule|ILocomotionModule]] and returns the [[Type:Nullable|Nullable`1]]&lt;[[Type:LocomotionArchetype|LocomotionArchetype]]&gt; that was provided from a [[User|user's]] locomotion module (found in the [[:Category:Components:Locomotion:Modules|locomotion modules component category]]).


== Inputs ==
== Inputs ==
Line 22: Line 22:
== Outputs ==
== Outputs ==


=== * ([[Type:LocomotionArchetype?|LocomotionArchetype?]]) ===
=== * ([[Type:Nullable|Nullable`1]]&lt;[[Type:LocomotionArchetype|LocomotionArchetype]]&gt;) ===


Returns the ([[Type:Nullable|nullable]]) locomotion archetype.
Returns the ([[Type:Nullable|nullable]]) locomotion archetype.

Revision as of 20:28, 30 January 2025

Get Locomotion Archetype
Module
*
Locomotion

The Get Locomotion Archetype node takes in an ILocomotionModule and returns the Nullable`1<LocomotionArchetype> that was provided from a user's locomotion module (found in the locomotion modules component category).

Inputs

Module (ILocomotionModule)

The user's locomotion module.

Outputs

* (Nullable`1<LocomotionArchetype>)

Returns the (nullable) locomotion archetype.

Examples