SetWeaponRequiredStrength

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Sets the the required strength for the specified weapon or calling reference to one. Added by NVSE V1.2.

Syntax

[help]
(none) reference.SetWeaponRequiredStrength NewStrength:int Weapon:form 

Or:

(none) reference.SetReqStr NewStrength:int Weapon:form

Example

SetWeaponRequiredStrength 5, WeapNV9mmPistol

See Also