TagList.getIntIndex

bool getIntIndex(string tag, uint index, out int value)

Gets the value that is at the given index for the given tag in the given list.

Parameters

tagtag to read out
indexnumber of entry to read out
valuelocation for the result

Returns

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

given list.