Navigation menu

WoW:API GetNetStats: Difference between revisions

Jump to navigation Jump to search
more precise
mNo edit summary
(more precise)
Line 4: Line 4:


down, up, lag = GetNetStats();
down, up, lag = GetNetStats();
----
;''Arguments''
:none


----
----
;''Returns''
;''Returns''


:(- down)
:;down : Current incomming bandwidth (download) usage, measured in KB/s.
 
:;down : -
 
:(- up)
 
:;up : -


:(Number lag)
:;up : Current outgoing bandwidth (upload) usage, measured in KB/s.


:;lag : The lag (in milliseconds) of your connection.
:;lag : Floating Point Number - Average roundtrip latency to the server (only updated every 30 seconds).
----
----
;''Example''
;''Example''
Anonymous user