ValueArray.getNth

Return a pointer to the value at @index_ containd in @value_array.

More...
class ValueArray
getNth
(
uint index
)

Parameters

index uint

index of the value of interest

Return Value

Type: Value

pointer to a value at @index_ in @value_array

Detailed Description

Deprecated: Use g_array_index() instead.

Meta