MapEntry

Members

Member

Description

displayName

Use this when displaying the map name.

metaData

Methods

Method

Description

LoadMapImageSprite()

LoadMapImageTexture()

ToString()

Static methods

Method

Description

FromName(name)

Attempts to resolve the map entry by name. Returns nil if no map with the name is found.

Details

class MapEntry
const string displayName

Use this when displaying the map name.This is the same as accessing the map metadata display name.

const MapMetaData metaData
Sprite LoadMapImageSprite()
Texture LoadMapImageTexture()
string ToString()
static MapEntry FromName(string name)

Attempts to resolve the map entry by name. Returns nil if no map with the name is found.