View Single Post
12-13-11, 05:14 PM   #3
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,334
It is possible for an addon to inspect someone automaticly. I have a private one that does such and stores an inspection cache for party/raid members as well as target and focus that has an expiration time of 60 seconds. It caches data based on GUID when NotifyInspect() fires the INSPECT_READY event. Note this is the direct API function that InspectUnit() calls. Bypassing InspectUnit() allows an addon to quietly inspect others without the InspectUI poping up.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote