GetWeaponRequiredStrength

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns the the required strength for the specified weapon or calling reference to one.

Syntax

[help]
(int) reference.GetWeaponRequiredStrength Weapon:form 

Or:

(int) reference.GetReqStr Weapon:form 

Example

int iReqStrength
set iReqStrength to GetWeaponRequiredStrength WeapNV9mmPistol

See Also