GetWeaponRequiredSkill

From the Fallout3 GECK Wiki
Revision as of 06:35, 14 August 2014 by imported>Odessa (Created. source gribbleshnibbit and a guess)
(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

Returns the the required skill level for the specified weapon or calling reference to one. Added by NVSE V1.2.

Syntax

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

Or:

(int) reference.SetReqSkill Weapon:form

Example

int iReqSkill
set iReqSkill to GetWeaponRequiredSkill WeapNV9mmPistol

See Also