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 | The '''Get Locomotion Archetype''' node takes in an [[Type:ILocomotionModule|ILocomotionModule]] and returns the [[Type:Nullable|Nullable`1]]<[[Type:LocomotionArchetype|LocomotionArchetype]]> 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 | === * ([[Type:Nullable|Nullable`1]]<[[Type:LocomotionArchetype|LocomotionArchetype]]>) === | ||
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
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.