Module API Reference
Reference to the module API.
- Type:
{} - Table that will contain all of the functions etc
- Type:
{} - Table that will all of the Lights found by the module
ExtraInitialize
Section titled “ExtraInitialize”- Type:
() -> () - Additial function that will be executed after the main Initialization
ELSLocation
Section titled “ELSLocation”- Type:
Instance - Location where the lights will be fetched from
Environment
Section titled “Environment”- Type:
{Environment} - A table containing all of the environment function.
- Each function can be overwritten by manually defining them in the
Environmenttable.
Initialize
Section titled “Initialize”- Type:
() -> () - Main Initialization function, cannot be overwritten