1
0
EQ2Emu/docs/lua_functions/SetItemCount.md
2025-05-25 21:42:32 -04:00

16 lines
362 B
Markdown

### Function: SetItemCount(item, owner, new_count)
**Description:**
Set's the item count of the Item object. Only applicable to Player's.
**Parameters:**
- `item` (Item) - Item object representing `item`.
- `owner` (Spawn) - Spawn object representing `owner`.
- `new_count` (uint32) - Quantity `new_count`.
**Returns:** None.
**Example:**
Example Required