GetWeaponItemModValue1

Revision as of 16:44, 14 August 2014 by imported>Odessa (created. Source; mostly educated guess..)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the code number for the first effect provided by the mod at the specifed slot (1, 2 or 3) on the specified weapon or calling reference. Added by NVSE 2.10.

Syntax

(EffectCode:int) GetWeaponItemModValue1 ModSlot:int Weapon:form

Example

int EffectCode

set EffectCode to GetWeaponItemModValue1 1, SomeWeapon

See Also