WoW:API GetNumLootItems

Revision as of 14:57, 4 January 2006 by WoWWiki>Anticrash
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