Lua Fields
The Lua type exposes the following members.
Fields
Name | Description | |
---|---|---|
DebugstackFilterMode |
Filter "debugstack" (https://wowwiki.fandom.com/wiki/API_debugstack) result (try to remove bot trace).
|
|
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)]).
|
|
SecureLuaCall |
Secure called lua code (a lot of private servers add traps in lua to detect bots).
|
|
Wow |
Allows to use/mix Lua with C# (or LuaBot).
|