QueueG.peekNth

Returns the n'th element of queue. Since 2.4

class QueueG
void*
peekNth
(
uint n
)

Parameters

n uint

the position of the element.

Return Value

Type: void*

The data for the n'th element of queue, or NULL if n is off the end of queue.

Meta