FLimenWeaponsModule
Overview
The FLimenWeaponsModule class is a module interface for the Limen Weapons plugin. It overrides the StartupModule and ShutdownModule functions to handle the initialization and cleanup of the module, respectively.
Properties
Type | Name | Access | Description |
|---|---|---|---|
None | None | None | No significant properties are defined in this class. |
Functions
Return Type | Signature | Description |
|---|---|---|
void | StartupModule() | Initializes the module. Currently empty. |
void | ShutdownModule() | Cleans up the module. Currently empty. |
Usage & Implementation Notes
This module does not perform any specific initialization or cleanup tasks at this time.
22 May 2026