Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:API NotifyInspect
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapi}} __NOTOC__ Requests a unit's inventory and talent information from the server, allowing you to inspect the unit. NotifyInspect("unit") == Arguments == ; unit : String ([[unitId]]) - Unit to request inventory contents of. == Fires events == * {{api|t=e|UNIT_INVENTORY_CHANGED}}(unit) when inventory information is updated for the inspected unit. * {{api|t=e|INSPECT_READY}} when talents are available for inspection. == Details == * You must be in inspection range of the unit (use {{api|CheckInteractDistance}} to check), and must be able to inspect the unit (use {{api|CanInspect}} to check) to request inventory information. * Information about which items the inspected unit has equipped is available immediately after calling NotifyInspect; however, information about socketed gems is available until UNIT_INVENTORY_CHANGED. * Since [[Patch 3.3.5]], it is no longer guaranteed that the server will provide inventory information for every request; should the server choose to throttle a particular request, events indicating availability of inspection data will not fire. Tested to be throttled after ~6 requests per 10 seconds (09.03.2019). * You should call {{api|ClearInspectPlayer}} once you're no longer interested in the inspected unit's inventory; this will stop WoW from receiving additional inventory/talent change notifications for the unit. == See also == * {{api|RequestInspectHonorData}} * {{api|ClearInspectPlayer}}
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Api
(
edit
)
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Wowapi
(
edit
)