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
Twitch Emotes v2 (Backport)
Backport of Twitch Emotes v2 By ren9790 for Legion (7.3.5 client) with Animated Emotes
PhanxTooltip
Simple tooltip modifications.
FontMagicCustomFonts
Allows the use of custom Combat Text Fonts with the FontMagic Addon
BigWigs_CommonAuras
Notifies you about common raid cooldowns.
TalentMacros
Automagical macros for each talent tier.
TradeSkillMaster_PriceChecker
Gives price checks based on TSM data.
npcGenerator To Total RP 3
Allows for the npcGenerator npcs to be used in Total RP 3 speech
iLocation
The Location display for your broker bar!