MapFormat.getTileSourceTag

Accesses tile source tags in documents for adding extra data (eg. tile names).

class MapFormat
public @trusted
Tag
getTileSourceTag
(
int pri
,
string filename
,
string dataPakSrc = null
)

Parameters

pri int

Layer priority ID.

filename string

Path to the file.

dataPakSrc string

Path to the DataPak file if used, null otherwise.

Meta