Modules
- Waves
Module Waves
Gremlin Waves
DO NOT EDIT THIS SCRIPT DIRECTLY! Things WILL break that way.
Instead!
When calling Waves:setup()
, you can pass in a configuration table instead
of nil
. Make your changes in the table you pass - defaults are already in
place if you want to leave those out.
An example, providing all the defaults, is available in the docs, or near the end of this script.
Top level methods
Name | Summary |
---|---|
setup(config) | Setup Gremlin Waves |
The argument should contain a configuration table as shown below. |
Top level methods
Methods for interacting with Waves itself.
setup(config)
Setup Gremlin Waves
The argument should contain a configuration table as shown below.
Example providing all the defaults:
Waves:setup({
adminPilotNames = {},
waves = {},
})
Parameters:
- config table
Last updated 2024-04-28 12:12:18