View Single Post
04-14-13, 06:52 AM   #26
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
The only things that are limited by your latency are un-cached item information (ala GetItemInfo) and inspect info. I've possibly missed a few others, but the point is that most of the API functions are client-side and needlessly calling functions "because it's cleaner" is also needlessly using CPU which might seem innocent until you realize multiple AddOns are sharing the CPU load and all of this quickly adds up.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote