get_int
Description:
public bool get_int (
string tag,
out int 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:
| 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. |