ProtoFlux:Get Locomotion Archetype

From Resonite Wiki
Revision as of 20:28, 30 January 2025 by 989onan (talk | contribs) (fix Type. that is a nullable`1<T>.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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