Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 942 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 942 Bytes

LibBodyguard-1.0

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.

Usage

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.

License

Copyright (c) 2014-2015 by Adam Hellberg.

LibBodyguard-1.0 is licensed under the MIT License, see the LICENSE file for more information.

Contributing

Contributions are greatly appreciated! Just submit a pull request and I'll have a look :)

Thanks to

The people at freenode/#wowuidev for being helpful as usual.