Method | Description | |
---|---|---|
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 | |
return | void |
public static GetField ( |
||
L | ||
key | ||
return |
public LuaTable ( LuaValue>.IEnumerable |
||
values | LuaValue>.IEnumerable | |
return | System |
public LuaTable ( |
||
L | ||
n | int | |
return | System |
public static SetField ( |
||
L | ||
key | ||
value | ||
return | void |