GetWeaponRequiredSkill

From GECK
Jump to: navigation, search


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.

Syntax

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

Or:

(int) reference.SetReqSkill Weapon:form 

Example

int iReqSkill
set iReqSkill to GetWeaponRequiredSkill WeapNV9mmPistol

See Also