Global

Members


focusSchool

Currently selected focus school
Source:

glyph

Glyph item
Source:

isTransparent

Whether this pixel is transparent
Source:

lastUpdated

Last updated date/time
Source:

masteryRank

Player mastery rank
Source:

matches

Pixel Coordinate matches
Source:

name

Player name
Source:

palettes

Palette within the
Source:

Methods


position( [ind])

Determine row/column from an index
Parameters:
Name Type Argument Description
ind number <optional>
array index of a coordinate
Source:
Returns:
Type
PaletteCoordinate

Type Definitions


Palette

Generic palette descriptor
Type:
  • Object
Properties:
Name Type Description
name string Palette name (as seen in-game)
description string Description of the palette
Source:

PaletteCoordinate

Palette Coordinate representation
Type:
  • Object
Properties:
Name Type Description
row number row in palette to which this coordinate corresponds
col number column in palette to which this coordinate corresponds
Source:

PaletteEntry

Palette Entry
Type:
  • Object
Properties:
Name Type Description
palette Palette
PaletteCoordinate
Source: