Modules

  • Urgency

Module Urgency

Gremlin Urgency

DO NOT EDIT THIS SCRIPT DIRECTLY! Things WILL break that way.

Instead!

When calling Urgency: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

NameSummary
setup(config)Setup Gremlin Urgency

The argument should contain a configuration table as shown below. |

Top level methods

Methods for interacting with Urgency itself.

setup(config)

Setup Gremlin Urgency

The argument should contain a configuration table as shown below.

Example providing all the defaults:

Urgency:setup({
    adminPilotNames = {},
    countdowns = {},
})

Parameters:

Last updated 2024-04-28 12:12:18