enum classafFantomMappy::MapType

sys::Obj
  sys::Enum
    afFantomMappy::MapType

@Js
@Serializable { simple=true }

The FMP type / version of the map.

FMP05

Source

const static MapType FMP05 := ...

FMP 0.5

FMP10

Source

const static MapType FMP10 := ...

FMP 1.0

FMP10RLE

Source

const static MapType FMP10RLE := ...

FMP 1.0 RLE (Run Length Encoding)

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the MapType instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

vals

Source

const static MapType[] vals := ...

List of MapType values indexed by ordinal