Method Player:RemoveItem [-] [+]

Removes the given amount of the specified Item from the player.

Synopsis

Player:RemoveItem( item, itemCount )

Player:RemoveItem( entry, itemCount )

Arguments

Item item

Item to remove.

number entry

Entry of the item to remove.

Valid numbers: integers from 0 to 4,294,967,295.

number itemCount (1)

Amount of the item to remove.

Valid numbers: integers from 0 to 4,294,967,295.

Returns

Nothing.

Generated on
©2016 - Eluna Lua Engine