Main Module

This module acts as an interface to the submodules. It streamlines the process of including a submodule in your code.

Summary

Type
Function

Function

void Init(ModReference Mod, string ModFolderName)

Function

table? GetModule(string SubmoduleName)

Methods

Init()

void Init(ModReference Mod, string ModFolderName)

Initializes the main module and all installed submodules.

GetModule()

table? GetModule(string SubmoduleName)

Returns the specified initialized submodule. If the specified submodule has not been initialized, this returns nil.

Last updated