Last updated
A module, can be used to get information about the module.
disable():
void
Disables the module.
Returns
void
enable():
void
Enables the module.
Returns
void
enabled():
boolean
Returns whether the module is enabled or not.
Returns
boolean
getName():
string
Returns the name of the module.
Returns
string
getSetting(
name):Setting
Returns a setting by name.
Parameters
name
string
Returns
toggle():
void
Toggles the module on/off state.
Returns
void
Last updated