View Single Post
09-09-22, 03:15 PM   #3
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
Originally Posted by hasnogaems View Post
What this command do?
/run print("Current Latency: "..select(4,GetNetStats()).."ms.")
What .. .. mean around select(4,GetNetStats()) and how select(4,GetNetStats()) function works exactly to be specific.
https://wowpedia.fandom.com/wiki/API_GetNetStats

and select(4 means it's selecting the 4th return from that method ie latencyWorld
  Reply With Quote