SetWeaponItemModValue

From the Fallout3 GECK Wiki
Revision as of 15:37, 30 March 2015 by imported>Jazzisparis
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets a weapon's mod effect value at the specified index.

Syntax

[help]
(effectValue:float) SetWeaponItemModValue weapon:ref index:int{1-3} newEffectValue:float

Example

SetWeaponItemModValue WeapNVAssaultCarbine 2 6.0

Will set the Assault Carbine's #2 mod effect value to 6.0.

See Also