get_pointer


Description:

public bool get_pointer (string tag, out void* value)

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

Parameters:

this

a TagList to get the tag from

tag

tag to read out

value

location for the result

Returns:

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