EquipItem2

From the Fallout3 GECK Wiki
Revision as of 12:49, 22 August 2014 by imported>Odessa (created. source nvsewhatsnew)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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