C# 클래스 WinterSync.LuaValue

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

공개 메소드들

메소드 설명
GetField ( string key ) : LuaValue

/// returns value that corresponds to a key from a LuaValue.Table map

GetGlobal ( IntPtr L, string name ) : LuaValue
GetLuaValues ( string key ) : WinterSync.LuaValue[]

/// extracts the the values (and not the keys) from a LuaValue.Table

GetStringField ( string key ) : string
Pop ( IntPtr L, int n ) : void
Push ( IntPtr L ) : void
Read ( IntPtr L, int n ) : LuaValue

메소드 상세

GetField() 공개 메소드

/// returns value that corresponds to a key from a LuaValue.Table map
public GetField ( string key ) : LuaValue
key string
리턴 LuaValue

GetGlobal() 공개 정적인 메소드

public static GetGlobal ( IntPtr L, string name ) : LuaValue
L System.IntPtr
name string
리턴 LuaValue

GetLuaValues() 공개 메소드

/// extracts the the values (and not the keys) from a LuaValue.Table
public GetLuaValues ( string key ) : WinterSync.LuaValue[]
key string
리턴 WinterSync.LuaValue[]

GetStringField() 공개 메소드

public GetStringField ( string key ) : string
key string
리턴 string

Pop() 공개 정적인 메소드

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

Push() 공개 추상적인 메소드

public abstract Push ( IntPtr L ) : void
L System.IntPtr
리턴 void

Read() 공개 정적인 메소드

public static Read ( IntPtr L, int n ) : LuaValue
L System.IntPtr
n int
리턴 LuaValue