GetPCItemLastUnequippedSlot()
From NWN Lexicon
Jump to navigationJump to searchReturns the INVENTORY_SLOT_* constant of the last item unequipped.
Description
Returns the INVENTORY_SLOT_* constant of the last item unequipped. Can only be used in the module's OnPlayerUnequipItem event.
Returns -1 on error.
Remarks
Version
This function was added in 1.87.8193.35 of NWN:EE.
Example
See Also
constants: | INVENTORY_SLOT_* Constants |
functions: | GetPCItemLastUnequipped () GetPCItemLastEquippedSlot() |
events: | OnPlayerUnEquipItem Event |
author: Shadguy