◆ EvaluateAll()
static List< LuaValue > Language.Lua.LuaInterpreterExtensions.EvaluateAll |
( |
List< Expr > |
exprList, |
|
|
LuaTable |
environment |
|
) |
| |
|
inlinestatic |
This method replaces List.ConvertAll(), which isn't supported in WinRT.
- Returns
- The list of evaluated expressions.
- Parameters
-
exprList | A list of expressions to evaluate. |
environment | Lua environment. |
◆ LuaValueToObject()
static object Language.Lua.LuaInterpreterExtensions.LuaValueToObject |
( |
LuaValue |
luaValue | ) |
|
|
inlinestatic |
◆ ObjectToLuaValue()
static LuaValue Language.Lua.LuaInterpreterExtensions.ObjectToLuaValue |
( |
object |
o | ) |
|
|
inlinestatic |
Returns a LuaValue containing the object's value.
- Returns
- A LuaValue.
- Parameters
-
o | An object of any standard type. |
The documentation for this class was generated from the following file:
- C:/Dev/Dialogue System/Dev/Release2/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/LuaInterpreterExtensions.cs