TagList.getUint64Index

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

class TagList
bool
getUint64Index
(
string tag
,
uint index
,
out ulong value
)

Parameters

tag string

tag to read out

index uint

number of entry to read out

value ulong

location for the result

Return Value

Type: bool

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