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
Usage & Implementation Notes
The
StartupModuleandShutdownModulefunctions 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