WoW:API GetNumLootItems: Difference between revisions
Jump to navigation
Jump to search
GetNumLootItems -Documentation by Sn3b-
No edit summary |
mNo edit summary |
||
Line 30: | Line 30: | ||
--[[User:Sn3b|Sn3b]] 10:25, 28 Feb 2005 (EST) | --[[User:Sn3b|Sn3b]] 10:25, 28 Feb 2005 (EST) | ||
[[Category:API Functions|GetNumLootItems]] | |||
[[Category:API Loot Functions|GetNumLootItems]] |
Revision as of 18:49, 29 August 2005
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).
--Sn3b 10:25, 28 Feb 2005 (EST)