TableT.getRowAtIndex

Gets a #gint representing the row at the specified @index_.

More...
template TableT(TStruct)
int
getRowAtIndex
(
int index
)

Parameters

index int

a #gint representing an index in @table

Return Value

Type: int

a gint representing the row at the specified index, or -1 if the table does not implement this method.

Detailed Description

Deprecated: since 2.12.

Meta