UnequipItemAlt

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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

[help]
reference.UnequipItemAlt item:ref noEquip:0/1 hideMessage:0/1

Example

player.UnequipItemAlt WeapLaserRifle 0 1

See Also