Table_GetColumnName

Prototype: GemRB.GetTableColumnName (TableIndex, ColumnIndex)

Metaclass Prototype: GetColumnName (ColumnIndex)

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

Parameters:

  • TableIndex - returned by a previous LoadTable command.
  • ColumnIndex - the numeric index of the column.

Return value: string

See also: LoadTable, Table_GetRowName


Back to function index, GUIScript introduction.