ProtoFlux:GetLocomotionArchetype: Difference between revisions

From Resonite Wiki
fix Type. that is a nullable`1<T>.
m YoshBot moved page ProtoFlux:Get Locomotion Archetype to ProtoFlux:GetLocomotionArchetype: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:20, 21 August 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