FLimenDoorsModule
Overview
The FLimenDoorsModule class is a module interface for the Limen Doors plugin. It inherits from IModuleInterface and provides implementations for the StartupModule and ShutdownModule functions to handle the initialization and cleanup of the module, respectively.
Properties
Type | Name | Access | Description |
|---|---|---|---|
None | None | None | None |
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 initialization/shutdown handler.
22 May 2026