Preset.getMeta

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

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.

Parameters

namepreset name
tagmeta data item name
valuevalue

Returns

true for success, false if e.g. there is no preset with that name

or no value for the given tag