Limen Framework 0.1 Help

FLimenModalsModule

Overview

The FLimenModalsModule class is a module interface for managing the startup and shutdown of the Limen Modals module. It inherits from IModuleInterface and overrides the StartupModule and ShutdownModule functions to handle initialization and cleanup tasks specific to the modals functionality.

Properties

No significant properties are defined in this class.

Functions

Return Type

Signature

Description

void

StartupModule() override

Initializes the Limen Modals module. Currently empty.

void

ShutdownModule() override

Cleans up resources used by the Limen Modals 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 as it is a simple lifecycle manager for modals functionality.

22 May 2026