C# 클래스 WinterSync.LuaTable

상속: LuaValue
파일 보기 프로젝트 열기: ZeroK-RTS/SpringRTS-Tools

공개 메소드들

메소드 설명
Check ( IntPtr L, int n ) : void
GetField ( IntPtr L, LuaValue key ) : LuaValue

expects table on top returns field from table on top of stack

LuaTable ( LuaValue>.IEnumerable values ) : System
LuaTable ( IntPtr L, int n ) : System

expects table at position n

Push ( IntPtr L ) : void

Does not support circular tables

SetField ( IntPtr L, LuaValue key, LuaValue value ) : void

expects table on top

메소드 상세

Check() 공개 정적인 메소드

public static Check ( IntPtr L, int n ) : void
L System.IntPtr
n int
리턴 void

GetField() 공개 정적인 메소드

expects table on top returns field from table on top of stack
public static GetField ( IntPtr L, LuaValue key ) : LuaValue
L System.IntPtr
key LuaValue
리턴 LuaValue

LuaTable() 공개 메소드

public LuaTable ( LuaValue>.IEnumerable values ) : System
values LuaValue>.IEnumerable
리턴 System

LuaTable() 공개 메소드

expects table at position n
public LuaTable ( IntPtr L, int n ) : System
L System.IntPtr
n int
리턴 System

Push() 공개 메소드

Does not support circular tables
public Push ( IntPtr L ) : void
L System.IntPtr
리턴 void

SetField() 공개 정적인 메소드

expects table on top
public static SetField ( IntPtr L, LuaValue key, LuaValue value ) : void
L System.IntPtr
key LuaValue
value LuaValue
리턴 void