MATTIE.GameInfo

a namespace containing methods to get game info

Methods

static getCharName(data) → {string}

provided with a same object get the menu actor's name

Parameters:
Name Type Description
data Object
Returns:
string -

menu actor name

static getDifficulty() → {string}

check what difficulty the game is in

Returns:
string

static isHardMode(data) → {boolean}

provided with a same object check if it is hardmode

Parameters:
Name Type Description
data Object
Returns:
boolean -

is hardmode

static isTerrorAndStarvation(data) → {boolean}

provided with a same object check if it is t&s

Parameters:
Name Type Description
data Object
Returns:
boolean -

is t&s