
LibLatency
A library for transmitting and receiving latency information of players.
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
WoW Murder Mysteries (WMM)
Rerun raids with a group of players, acting out different scenes as you solve a…
Hekili Priority Helper
Sim-based priority/rotation helper for DPS and tanking specializations.
Titan Panel [Trash Cash]
Show the money amount of trash items from your inventory on the titan panel bar.
For The Horde!
Plays Sylvanas' "For the Horde!" cry from the BfA trailer during Bloodlust
Fishing Buddy — Outfit Display
Fishing Buddy -- Outfit Display
Plater Nameplates
Highly customizable nameplate with support to scripts and animations.
Bonk Track
Track your /bonks
Can’t Sim
This is an addon for specs that can't just sim to get stat weights


![Titan Panel [Trash Cash]](https://warperia.com/wp-content/uploads/2025/12/warperia_Titan-Panel-Trash-Cash_logo_2025-12-12_16-11-13.jpeg)



