ProtoFlux:Get Locomotion Archetype

From Resonite Wiki
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