wManager.Wow.Helpers Namespace
WRobot

Lua..::..Wow Field

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

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static Object Wow
Public Shared Wow As Object
public:
static Object^ Wow