Skip to content

A library that provides character and realm information.

License

Notifications You must be signed in to change notification settings

Eyal-WowHub/CharacterInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CharacterInfo

A library that provides character and realm information.

Dependencies: LibStub, Contracts

Example:

local CharacterInfo = LibStub("CharacterInfo-1.0")

for isPlayerRealm, realm in CharacterInfo:IterableConnectedRealms() do
    if isPlayerRealm then
        print(realm, CharacterInfo:GetName())
    else
        print(realm)
    end
end

Releases

No releases published

Packages

No packages published

Languages