EquipItem2

From GECK
Jump to: navigation, search


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.

Syntax

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

Example

SunnyREF.EquipItem2 SomeItem

Notes

  • This function is identical to the JIP function EquipItemAlt.

See Also