enum classafFantomMappy::MapType
sys::Obj sys::Enum afFantomMappy::MapType
@
Js@
Serializable { simple=true }
The FMP
type / version of the map.
- FMP05
const static MapType FMP05 := ...
FMP 0.5
- FMP10
const static MapType FMP10 := ...
FMP 1.0
- FMP10RLE
const static MapType FMP10RLE := ...
FMP 1.0 RLE (Run Length Encoding)
- fromStr
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
const static MapType[] vals := ...
List of MapType values indexed by ordinal