A WoW AddOn library to query information about the player's current bodyguard (if any).
This is still in early progress, the plan is to be able to query any feasible information about bodyguards.
For now, only name, health and last known GUID are available.
The public API methods have LuaDoc comments, the rest of the code has some stray comments here and there.
To load library if you're using it embedded, specify the load.xml file in your TOC.
Use LibStub to consume the library in your WoW AddOns, just like any other library.
Copyright (c) 2014-2015 by Adam Hellberg.
LibBodyguard-1.0 is licensed under the MIT License, see the LICENSE file for more information.
Contributions are greatly appreciated! Just submit a pull request and I'll have a look :)
The people at freenode/#wowuidev for being helpful as usual.