ModulePackage

Wrapper for a module.

Constructors

this
this()
Undocumented in source.

Members

Functions

fireEvent
void fireEvent(string event, T args)

Fires an event for the module.

subscribeEvent
void subscribeEvent(string event, IModuleAction action)

Subscribes to an event.

unsubscribeEvent
void unsubscribeEvent(string event)

Unsubscribes from an event.

Properties

disabled
bool disabled [@property getter]

Gets a boolean determining whether the module is disabled or not.

disabled
bool disabled [@property setter]

Sets a boolean determining whether the module is disabled or not.

Meta