-
Notifications
You must be signed in to change notification settings - Fork 3
Modules
Konijima edited this page Jul 11, 2022
·
1 revision
A module is a table of functions that can be used inside command handlers and other modules.
This is where the main logic of your mod will be defined.
I call theses
Modulebecause you can structure your mod into different parts and access each part from within an other.
Check the template module named
Testto see how it's defined.