Lua..::..LuaDoString Method (String, Type, String)
Execute lua code and get result (you can found example in [LuaDoString{T}(string,string)]).
Namespace:
wManager.Wow.HelpersAssembly: wManager (in wManager.dll)
Syntax
Parameters
- command
- Type: String
The lua code.
- returnType
- Type: Type
Type of the return.
- returnVariableName
- Type: String
Name of variable where is save the result (if empty, return result).