UnequipItemAlt

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Similar to the vanilla UnequipItem - forces the calling actor to unequip the specified item. However, unlike UnequipItem, this function will also trigger the OnUnequip script event (where applicable).

Syntax

reference.UnequipItemAlt item:ref noEquip:0/1 hideMessage:0/1

Example

player.UnequipItemAlt WeapLaserRifle 0 1

See Also