Метод | Описание | |
---|---|---|
Check ( |
||
GetField ( |
expects table on top returns field from table on top of stack
|
|
LuaTable ( LuaValue>.IEnumerable |
||
LuaTable ( |
expects table at position n
|
|
Push ( |
Does not support circular tables
|
|
SetField ( |
expects table on top
|
public static Check ( |
||
L | ||
n | int | |
Результат | void |
public static GetField ( |
||
L | ||
key | ||
Результат |
public LuaTable ( LuaValue>.IEnumerable |
||
values | LuaValue>.IEnumerable | |
Результат | System |
public LuaTable ( |
||
L | ||
n | int | |
Результат | System |
public static SetField ( |
||
L | ||
key | ||
value | ||
Результат | void |