EquipItem2

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Forces the calling reference to equip the specified object, and runs its OnEquip block. Optionally disallows unequipping the object and hides messages. Added by NVSE 4.5.6.

Syntax

[help]
(none) Actor.EquipItem2 Object:ref NoUnequipFlag:bool HideEquipMessageFlag:bool

Example

SunnyREF.EquipItem2 SomeItem

See Also