MapFormat.editLayerTagValues

Edits the values of a layer's tag.

class MapFormat
public @trusted
Value[]
editLayerTagValues
(
T...
)
(
int pri
,
string name
,)

Parameters

pri int

Layer priority ID.

name string

Name of the tag.

args T

The values to be added to the tag.

Return Value

Type: Value[]

the original values in an array.

Meta