C# Class SpringModEdit.TableProxy

Afficher le fichier Open project: ZeroK-RTS/SpringRTS-Tools Class Usage Examples

Méthodes publiques

Méthode Description
Changes ( System.Windows.Forms.RichTextBox rb, string tblName, LuaTable againstTable, LuaInterface.Lua againstLua ) : void
Export ( LuaTable table, int indent ) : string
TableProxy ( LuaTable table, LuaInterface.Lua lua ) : System
TableProxy ( LuaTable table, TableType tableType, LuaInterface.Lua lua ) : System

Private Methods

Méthode Description
FormatEntry ( StringBuilder sb, int maxlen, bool allNumber, int indent, DictionaryEntry de ) : void
GetIndentString ( int indent ) : string
GetSortLevel ( DictionaryEntry a ) : int
SortCompare ( DictionaryEntry a, DictionaryEntry b ) : int

Method Details

Changes() public méthode

public Changes ( System.Windows.Forms.RichTextBox rb, string tblName, LuaTable againstTable, LuaInterface.Lua againstLua ) : void
rb System.Windows.Forms.RichTextBox
tblName string
againstTable LuaInterface.LuaTable
againstLua LuaInterface.Lua
Résultat void

Export() public static méthode

public static Export ( LuaTable table, int indent ) : string
table LuaInterface.LuaTable
indent int
Résultat string

TableProxy() public méthode

public TableProxy ( LuaTable table, LuaInterface.Lua lua ) : System
table LuaInterface.LuaTable
lua LuaInterface.Lua
Résultat System

TableProxy() public méthode

public TableProxy ( LuaTable table, TableType tableType, LuaInterface.Lua lua ) : System
table LuaInterface.LuaTable
tableType TableType
lua LuaInterface.Lua
Résultat System