Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
C_ScriptBindDatabase Methods

The methods of the C_ScriptBindDatabase class are listed here.

 
Name 
Description 
 
Syntax: Database.GetColumnInfo("weapons", 2)
Returns lua table with description of one column.
 
 
Syntax: Database.GetTableColumnData("weapons", 2)
Returns lua table with members of one table column
 
 
Syntax: Database.GetTableInfo("weapons")
Returns lua table with C_Table properties.
 
 
Syntax: Database.GetTableLine("weapons", 5)
Returns lua table with members of one data line.
 
 
Syntax: Database.LoadTable("weapons")
Loads or reloads table. Returns true if table is loaded.
 
Copyright (c) 2012. All rights reserved.