GetWeaponHandGrip

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Returns the hand grip of the Weapon BaseForm. If weapon is omitted and a calling reference is provided, that reference's BaseForm is used.

Syntax

[help]
(handGrip:0-6) refr.GetWeaponHandGrip weapon:baseform 

Or:

(handGrip:0-6) refr.GetHandGrip weapon:baseform 

Notes

The possible return values are:

Number Hand Grip Type
0 DEFAULT
1 HandGrip1
2 HandGrip2
3 HandGrip3
4 HandGrip4
5 HandGrip5
6 HandGrip6


See Also