Difference between revisions of "SetWeaponItemModValue"
Jump to navigation
Jump to search
imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets a weapon's mod effect value at the specified index. |name = SetWeaponItemModValue |returnType = effectValue:float |arguments =...") |
imported>Jazzisparis |
||
Line 23: | Line 23: | ||
*[[GetWeaponItemModValue2]] | *[[GetWeaponItemModValue2]] | ||
[[Category:Functions_(JIP)]] | [[Category:Functions_(JIP)]] | ||
[[Category:Weapon Functions (JIP)]] |
Latest revision as of 15:37, 30 March 2015
< [[::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
(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.