
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
DejaChatTabs
Dejablue's simple chat tab keybindings addon.
Court Of Silliness
Plays off of the DBM implemtation of the maquerade in COS. Troll your friends, confuse…
oUF_Jardo
oUF layout w/player, target, pet, focus, target's target and boss frames
Reagent Recipe Tooltip
Adds a recipe list to the tooltip of crafting reagents
Mario Death Sound
Plays the Super Mario Death sound when your character dies
LibDeflate
Compressors and decompressors with high compression ratio.
BartrubySummonPet
Keeps a specific companion pet summoned per toon
SharedMedia: No Asian Fonts
Removes the Chinese and Korean versions of default fonts from LibSharedMedia.






