SetEquippedWeaponModFlags

From the Fallout3 GECK Wiki
Revision as of 16:27, 14 August 2014 by imported>Odessa (created)
(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

Sets the bit mask (int) of the equipped weapon mods for the currently equipped weapon of the calling reference. Added by NVSE 2.6.

Syntax

[help]
(none) SetEquippedWeaponModFlags NewBitMask:int

Example

int ModsBitMask
; ...

SetEquippedWeaponModFlags ModsBitMask

Weapon Mod Flags

  • 1: Weapon Mod 1
  • 2: Weapon Mod 2
  • 4: Weapon Mod 3

See Also