Thread Tools Display Modes
04/02/14, 01:05 AM   #1
Severne
Join Date: Apr 2014
Posts: 1
[Request]Latency Meter

Just looking for something small I can add in the corner to check my latency both in a visual bar and a numerical value (ms) next to it please.
  Reply With Quote
10/13/14, 07:30 PM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
This feature was added in version 1.5.0 (currently on PTS). Type /latency to show it.

If you want to show latency from the addon code, call this function:
Lua Code:
  1. SetSetting(SETTING_TYPE_UI, UI_SETTING_SHOW_LATENCY, "true")

If you want to get actual value, call function:
Lua Code:
  1. GetLatency()

Last edited by Garkin : 10/14/14 at 12:51 PM.
  Reply With Quote
10/13/14, 11:17 PM   #3
Fyrakin
 
Fyrakin's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 129
We'll have to wait for it to go live though. Very needed feature imho.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » [Request]Latency Meter


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off