FLimenMirrorsModule
Overview
The FLimenMirrorsModule class is a module interface for the Limen Mirrors plugin. It overrides the StartupModule and ShutdownModule functions to handle the initialization and cleanup of the module, respectively.
Properties (Table: Type | Name | Access | Description)
Type | Name | Access | Description |
|---|---|---|---|
None | N/A | N/A | N/A |
Functions (Table: Return Type | Signature | Description)
Return Type | Signature | Description |
|---|---|---|
void | StartupModule() override | Initializes the module. Currently empty. |
void | ShutdownModule() override | Cleans up the module. Currently empty. |
Usage & Implementation Notes
This module does not perform any specific initialization or cleanup tasks at this time, as indicated by the empty implementations of
StartupModuleandShutdownModule.
22 May 2026