Method Player:HasItem [-] [+]

Returns 'true' if the Player has the given amount of item entry specified, 'false' otherwise.

Synopsis

hasItem = Player:HasItem( itemId )

hasItem = Player:HasItem( itemId, count )

hasItem = Player:HasItem( itemId, count, check_bank )

Arguments

number itemId

Entry of the item.

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

number count (1)

Amount of items the player needs should have.

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

boolean check_bank (false)

Determines if the item can be in player bank.

Returns

boolean hasItem
See method description.

Generated on
© 2010 - 2024 Eluna Lua Engine