Eval
Runs lua code in a unprotected environment.
Eval(code, --[[(1)]]file)
- This file name is used in the Lua error dialog should something go wrong.
Example
Sets the mouseover unit to the target.
Eval("JumpOrAscendStart()", "example.lua")
Runs lua code in a unprotected environment.
Eval(code, --[[(1)]]file)
Example
Sets the mouseover unit to the target.
Eval("JumpOrAscendStart()", "example.lua")