Table_GetColumnCount

Prototype: GemRB.GetTableColumnCount (TableIndex[, Row])

Metaclass Prototype: GetColumnCount ([Row])

Description: Returns the column count of the specified row in a 2DA Table.

Parameters:

  • TableIndex - returned by a previous LoadTable command.
  • Row - the row of the table, if omitted, defaults to 0

Return value: numeric

See also: LoadTable, Table_GetRowCount


Back to function index, GUIScript introduction.