Limen Framework 0.1 Help

FLimenLocomotionModule

Overview

The FLimenLocomotionModule class is a module interface for the Locomotion module in the LimenCore plugin. It overrides the StartupModule and ShutdownModule functions to handle the initialization and cleanup of the module, respectively.

Properties

No significant properties are defined in this class.

Functions

Return Type

Signature

Description

void

StartupModule() override

Initializes the Locomotion module. Currently empty.

void

ShutdownModule() override

Cleans up the Locomotion module. Currently empty.

Usage & Implementation Notes

  • The StartupModule and ShutdownModule functions are currently placeholders and do not contain any logic.

  • This module does not require special threading constraints, replication, or memory lifetime management.

22 May 2026