Options
All
  • Public
  • Public/Protected
  • All
Menu

External module updater

Index

Classes

Interfaces

Variables

Variables

Const GSC_PATH

GSC_PATH: string = path.join('scripts', 'kabam', 'rotmg', 'messaging','impl', 'GameServerConnection.as')

The path from a the root of a decompiled client source to the GameServerConnection.as file.

Const LIB_DIR

LIB_DIR: string = path.resolve(__dirname, '..', 'lib')

The path to the lib/ folder.

Const PACKET_REGEX

PACKET_REGEX: RegExp = /static const ([A-Z_]+):int = (\d+);/g

The regex to extract packet information from a GameServerConnection.as file.

Generated using TypeDoc