Method Player:CanEquipItem [-] [+]

Returns true if the player can equip the given Item or item entry to the given slot, false otherwise.

Synopsis

canEquip = Player:CanEquipItem( item, slot )

canEquip = Player:CanEquipItem( entry, slot )

Arguments

Item item

Item to equip.

number entry

Entry of the item to equip.

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

number slot

Equipment slot to test.

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

Returns

boolean canEquip
See method description.

Generated on
©2016 - Eluna Lua Engine