
Prototype: GemRB.LoadTable(2DAResRef, [ignore_error=0])

Description: Loads a 2DA Table. In case it was already loaded, it will return the table's existing reference (won't load it again).

Parameters: 2DAResRef    - the table's name (.2da resref)
            ignore_error - boolean, if set, then the script won't be blocked by missing files.

Return value: GTable

See also: UnloadTable, LoadSymbol


MD5: fc03d66804e2be05bed6bfaa56900d66
