Addon Details
Expansion
Categories
Developers
Having issues?
Please support my work on Patreon/GitHub
A library for transmitting and receiving latency information of players.
API
LL:Register(addon, function)
addon - The name of your addon (string) or your addon object (table)
function - The name of function tied to the addon object (string) or a function reference
LL:Unregister(addon)
addon - The name of your addon (string) or your addon object (table)
LL:RequestLatency(channel)
channel - The name of the channel to request latency on (string) or nil/false/no value for automatic.
- Valid channels are GUILD, INSTANCE_CHAT, RAID, PARTY.
- Automatic channel selection only considers the 3 group channels, it doesn't consider the GUILD channel.
Example:
local LL = LibStub("LibLatency")
local function update(latencyHome, latencyWorld, sender, channel)
print(format("User %s has a home latency of %d and a world latency of %d!", sender, latencyHome, latencyWorld))
end
LL:Register("myAddOnNameOrObject", update)
LL:RequestLatency("GUILD")
More addons for Legion
Discover other addons that might interest you
StatusBars2
Movable status bars for health, power and a variety of class-ability-specific displays.
RCLootCouncil
Interface for running a Loot Council
Madness of the Void
A simple RP addon that plays whispers from the Void and Old Gods
EskaTracker : Objectives
An extension for EskaTracker which adds all objectives
LibGroupInSpecT
Keeps track of group members and keeps an up-to-date cache of their specialization and talents.
NameplateAuras
Displays people's buffs/debuffs above their nameplates
BigWigs_BurningCrusade – The Burning Crusade content pack for BigWigs
A collection of BigWigs modules from the Burning Crusade era.
DungeonSettings
DungeonSettings - Automated options for raids