Table.refAt

Get a reference to the table cell at row, column.

class Table
refAt
(
int row
,
int column
)

Parameters

row int

a gint representing a row in table

column int

a gint representing a column in table

Return Value

Type: ObjectAtk

a AtkObject* representing the referred to accessible. [transfer full]

Meta