PresetIF.getMeta

Gets the @value for an existing meta data @tag. Meta data @tag names can be something like e.g. "comment". Returned values need to be released when done.

interface PresetIF
bool
getMeta
(
string name
,
string tag
,
out string value
)

Parameters

name string

preset name

tag string

meta data item name

value string

value

Return Value

Type: bool

%TRUE for success, %FALSE if e.g. there is no preset with that @name or no value for the given @tag

Meta