mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
362 B
362 B
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 representingitem.owner(Spawn) - Spawn object representingowner.new_count(uint32) - Quantitynew_count.
Returns: None.
Example:
Example Required