Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventManager

The Event manager. You should never have to create an instance of this class.

Hierarchy

Index

Constructors

Properties

cache: Set<Event> = ...

The cache of items for this manager.

directories: Set<string> = ...

The directories this manager will load events from.

Accessors

Methods

  • loadFile(filePath: string): Promise<void>
  • loadFolder(folderPath: string): Promise<void>