Main Module
This module acts as an interface to the submodules. It streamlines the process of including a submodule in your code.
Last updated
This module acts as an interface to the submodules. It streamlines the process of including a submodule in your code.
Last updated
Function
void
(ModReference
Mod, string
ModFolderName)
Function
table?
(string
SubmoduleName)
void Init(ModReference Mod, string ModFolderName)
Initializes the main module and all installed submodules.
table? GetModule(string SubmoduleName)
Returns the specified initialized submodule. If the specified submodule has not been initialized, this returns nil.