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