Метод | Описание | |
---|---|---|
GetField ( string key ) : |
/// returns value that corresponds to a key from a LuaValue.Table map
|
|
GetGlobal ( |
||
GetLuaValues ( string key ) : WinterSync.LuaValue[] |
/// extracts the the values (and not the keys) from a LuaValue.Table
|
|
GetStringField ( string key ) : string | ||
Pop ( |
||
Push ( |
||
Read ( |
public static GetGlobal ( |
||
L | ||
name | string | |
Результат |
public GetLuaValues ( string key ) : WinterSync.LuaValue[] | ||
key | string | |
Результат | WinterSync.LuaValue[] |
public GetStringField ( string key ) : string | ||
key | string | |
Результат | string |
public static Pop ( |
||
L | ||
n | int | |
Результат | void |
public abstract Push ( |
||
L | ||
Результат | void |
public static Read ( |
||
L | ||
n | int | |
Результат |