MapFormat.removeTileSourceFile

Removes a tile source.

class MapFormat
public @trusted
Tag
removeTileSourceFile
(
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.

Return Value

Type: Tag

a backup copy of the tag.

Meta