Lua Methods
The Lua type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetLocalizedText |
Get value of specified lua variable
|
|
LuaDoString(array<String>[]()[][], String) |
Execute lua code and get result.
|
|
LuaDoString(List<(Of <<'(String>)>>), String) |
Execute lua code and get result.
|
|
LuaDoString(String, Type, String) |
Execute lua code and get result (you can found example in [LuaDoString{T}(string,string)]).
|
|
LuaDoString(String, String) |
Execute lua code and get result (you can found example in [LuaDoString{T}(string,string)]).
|
|
LuaDoString(List<(Of <<'(String>)>>), Boolean) |
Execute lua code.
|
|
LuaDoString(String, Boolean) |
Execute lua code.
|
|
LuaDoString(String, Boolean, Boolean) |
Execute lua code.
|
|
LuaDoString<(Of <<'(T>)>>)(array<String>[]()[][], String) |
Execute lua code and get result (you can found example in [LuaDoString{T}(string,string)]).
|
|
LuaDoString<(Of <<'(T>)>>)(List<(Of <<'(String>)>>), String) |
Execute lua code and get result (you can found example in [LuaDoString{T}(string,string)]).
|
|
LuaDoString<(Of <<'(T>)>>)(String, String) |
Execute lua code and get result.
|
|
RunMacroText |
Run lua macro (with https://wowwiki.fandom.com/wiki/API_RunMacroText).
|
|
RunMacroTextHW |
Create lua macro in game and run it (by pressing a keyboard key).
|