EquipItem2
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Forces the calling reference to equip the specified object, and runs its OnEquip block. Optionally disallows unequipping the object and hides messages.
Syntax
(none) Actor.EquipItem2 Object:ref NoUnequipFlag:bool HideEquipMessageFlag:bool
Example
SunnyREF.EquipItem2 SomeItem
Notes
- This function is identical to the JIP function EquipItemAlt.