Méthode | 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 | |
Résultat | void |
public static GetField ( |
||
L | ||
key | ||
Résultat |
public LuaTable ( LuaValue>.IEnumerable |
||
values | LuaValue>.IEnumerable | |
Résultat | System |
public LuaTable ( |
||
L | ||
n | int | |
Résultat | System |
public static SetField ( |
||
L | ||
key | ||
value | ||
Résultat | void |