SetEquipType
From GECK
A function added by the JohnnyGuitar NVSE Plugin.
Description
Sets the Equip Type of a BaseForm. If item is passed as a reference, will derive its BaseForm.
Syntax
SetEquipType item:ref equipType:int
Example
SetEquipType Stimpak 12
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 |