Module

Server.Modules.Core. Module

# new Module(name)

This class provides a base class for all modules to inherit from. It contains common methods that all modules inherit. It is only accessible from within the Application Server, or where Blackrock is accessed as a Dependency.

Parameters:
Name Type Description
name string

The name of the module being instantiated

Example
const superMod = new core.Mod('SuperMod');

Extends