Link Search Menu Expand Document

TextManager.d overview


Table of contents


utils

TextManager (class)

TextManager

The static class that handles terms and messages.

Signature

export declare class TextManager {
  constructor()
}

basic (static method)

Signature

static basic(basicId: number): string

param (static method)

Signature

static param(paramId: number): string

command (static method)

Signature

static command(commandId: number): string

message (static method)

Signature

static message(messageId: keyof Messages): string