Table_GetRowName

Prototype: GemRB.GetTableRowName (TableIndex, RowIndex)

Metaclass Prototype: GetRowName (RowIndex)

Description: Returns the name of a Row in a 2DA Table.

Parameters:

  • TableIndex - returned by a previous LoadTable command.
  • RowIndex - the numeric index of the row.

Return value: string

See also: LoadTable, Table_GetColumnName


Back to function index, GUIScript introduction.