Skip to content

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 Module because you can structure your mod into different parts and access each part from within an other.

Check the template module named Test to see how it's defined.

Clone this wiki locally