copy_value
Description:
public static bool copy_value (
out Value dest,
TagList list,
string tag)
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
You must unset the value after use.
Parameters:
| dest |
uninitialized Value to copy into |
| list |
list to get the tag from |
| tag |
tag to read out |
Returns:
| TRUE, if a value was copied, FALSE if the tag didn't exist in the given list. |