TagList.getPointer

Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.

class TagList
int
getPointer
(
string tag
,
out void* value
)

Parameters

tag string

tag to read out

value void*

location for the result. out[transfer none]

Return Value

Type: int

TRUE, if a value was copied, FALSE if the tag didn't exist in the given list.

Meta