wManager.Wow.Helpers Namespace
WRobot

Lua Fields

The Lua type exposes the following members.

Fields


  Name Description
Public field Static member DebugstackFilterMode
Filter "debugstack" (https://wowwiki.fandom.com/wiki/API_debugstack) result (try to remove bot trace).
Public field Static member ListSeparator
The list separator, use when you want return an array separate the entries with this string (you can found example in [LuaDoString{T}(string,string)]).
Public field Static member SecureLuaCall
Secure called lua code (a lot of private servers add traps in lua to detect bots).
Public field Static member Wow
Allows to use/mix Lua with C# (or LuaBot).

Examples


C#
string playerName = Lua.Wow.GetUnitName("player"); // call https://wowwiki.fandom.com/wiki/API_GetUnitName
Lua.Wow.print(playerName); // call https://wowwiki.fandom.com/wiki/API_print