FLimenHintsModule
Overview
The FLimenHintsModule class is a module interface for the Limen Hints plugin. It overrides the StartupModule and ShutdownModule functions to handle the initialization and cleanup of the module, respectively.
Functions
Return Type | Signature | Description |
|---|---|---|
void | StartupModule() | Initializes the module. Currently empty. |
void | ShutdownModule() | Cleans up the module. Currently empty. |
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.
22 May 2026