WoW:API GetNumLootItems: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 27: Line 27:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
--[[User:Sn3b|Sn3b]] 10:25, 28 Feb 2005 (EST)
[[Category:API Functions|GetNumLootItems]]
[[Category:API Loot Functions|GetNumLootItems]]

Revision as of 14:57, 4 January 2006

GetNumLootItems -Documentation by Sn3b-

Returns the number of items held by a dead mob (the item window must be opened).

GetNumLootItems();

Arguments
none

Example
numLootItems = GetNumLootItems();

Returns
number

Description
Returns the number of items held by a dead mob (the item window must be opened).

Template:WoW API