Limen Framework 0.1 Help

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

Return Type

Signature

Description

void

StartupModule() override

Initializes the Limen Doors module. Currently empty.

void

ShutdownModule() override

Cleans up the Limen Doors 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 initialization/shutdown handler.

22 May 2026