GetEquipType

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Returns the equipment type of the item BaseForm. If an item reference is passed, its BaseForm is derived.

Syntax

[help]
(equipType:int) itemRefr.GetEquipType item:baseform 

List of Item Equip Types

Here are the different equip types:

Type Description
BigGuns 0
EnergyWeapons 1
SmallGuns 2
MeleeWeapons 3
UnarmedWeapons 4
ThrowWeapons 5
Mine 6
BodyWear 7
HeadWear 8
HandWear 9
Chems 10
Stimpack 11
Food 12
Alcohol 13


See Also