constants addonType - wxyz-abcd/node-haxball GitHub Wiki

AddonType

These values help understand the type of addon object we are dealing with. One of these is assigned to the "addonType" property of every Addon constructor. Here is its current definition:

const AddonType = {
  RoomConfig: 0,
  Plugin: 1,
  Renderer: 2,
  Library: 3
};