Submodules
Note that this isn't an actual class you can use to create submodules but merely conventions that each submodule follows.
Summary
Function
Field
Field
Field
Methods
Init()
boolean Init(ModReference Mod, string ParentDirectory)
Initializes the submodule. This is automatically called by the parent module when it initializes. This functionality is exposed for those who are not using the main module, and otherwise should not be used.
Fields
Enum
table Enum
Returns a table of custom enumerators related to the submodule. If there are no enumeratorss for the submodule, this will return an empty table.
_VERSION
string _VERSION
Returns the version number.
_VERSION_NUM
int _VERSION_NUM
Returns the file iteration. If you had the 30th update to the file, this would be 30.
Last updated