C# 클래스 SpringModEdit.TableProxy

파일 보기 프로젝트 열기: ZeroK-RTS/SpringRTS-Tools 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Changes() 공개 메소드

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
리턴 void

Export() 공개 정적인 메소드

public static Export ( LuaTable table, int indent ) : string
table LuaInterface.LuaTable
indent int
리턴 string

TableProxy() 공개 메소드

public TableProxy ( LuaTable table, LuaInterface.Lua lua ) : System
table LuaInterface.LuaTable
lua LuaInterface.Lua
리턴 System

TableProxy() 공개 메소드

public TableProxy ( LuaTable table, TableType tableType, LuaInterface.Lua lua ) : System
table LuaInterface.LuaTable
tableType TableType
lua LuaInterface.Lua
리턴 System