Provides a simple API to register and retrieve alternate identity information between addons.
:SetAlt(main, alt) - Associate a main name with an alt name
:GetAlts(main) - Get a list of alts for a given name
:GetMain(alt) - Get the main character associated with a given name
:GetAllMains() - Get a list of all main characters
:IsMain(main) - Is the given name a main character
:IsAlt(alt) - Is the given name an alternate character
LuaDoc: http://www.wowace.com/projects/libalts-1-0/pages/api/lib-alts-1-0/
Facts
- Date created
- 21 Oct 2008
- Categories
- Last update
- 07 Sep 2009
- Development stage
- Release
- License
- Public Domain
- Curse link
- LibAlts-1.0
- Reverse relationships
- 4
- Recent files
Authors
Relationships
- Embedded library
- CallbackHandler-1.0
- LibStub