UnequipItemAlt

From the Fallout3 GECK Wiki
Revision as of 21:22, 23 September 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Similar to the vanilla UnequipItem - forces the calling actor to unequip the specified item. However, unlike <i>UnequipItem</i>, this...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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