MapFormat.editLayerPropertyTagValues

Edits the values of a layer's property tag.

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

Parameters

pri int

Layer priority ID.

name string

Name of the tag.

parent string

Name of the tag this one will be contained by.

args T

The values to be added to the tag.

Return Value

Type: Value[]

the original values in an array.

Meta