ITEM_APPR_ARMOR_MODEL_* Constant Group
From NWN Lexicon
Jump to navigationJump to searchUsed by CopyItemAndModify to select what kind of modification to make and GetItemAppearance to find an items appearance.
These constants relate to the 2da file capart.2da
Constants
Constant | Value | Description |
---|---|---|
ITEM_APPR_ARMOR_MODEL_RFOOT | 0 | Right foot |
ITEM_APPR_ARMOR_MODEL_LFOOT | 1 | Left Foot |
ITEM_APPR_ARMOR_MODEL_RSHIN | 2 | Right Shin |
ITEM_APPR_ARMOR_MODEL_LSHIN | 3 | Left Shin |
ITEM_APPR_ARMOR_MODEL_LTHIGH | 4 | Left Thigh |
ITEM_APPR_ARMOR_MODEL_RTHIGH | 5 | Right Thigh |
ITEM_APPR_ARMOR_MODEL_PELVIS | 6 | Pelvis |
ITEM_APPR_ARMOR_MODEL_TORSO | 7 | Torso |
ITEM_APPR_ARMOR_MODEL_BELT | 8 | Belt |
ITEM_APPR_ARMOR_MODEL_NECK | 9 | Neck |
ITEM_APPR_ARMOR_MODEL_RFOREARM | 10 | Right Forearm |
ITEM_APPR_ARMOR_MODEL_LFOREARM | 11 | Left Forearm |
ITEM_APPR_ARMOR_MODEL_RBICEP | 12 | Right Bicep |
ITEM_APPR_ARMOR_MODEL_LBICEP | 13 | Left Bicep |
ITEM_APPR_ARMOR_MODEL_RSHOULDER | 14 | Right Shoulder |
ITEM_APPR_ARMOR_MODEL_LSHOULDER | 15 | Left Shoulder |
ITEM_APPR_ARMOR_MODEL_RHAND | 16 | Right Hand |
ITEM_APPR_ARMOR_MODEL_LHAND | 17 | Left Hand |
ITEM_APPR_ARMOR_MODEL_ROBE | 18 | Robe |
This is a separate constant used if you need to loop the above constants.
Constant | Value | Description |
---|---|---|
ITEM_APPR_ARMOR_NUM_MODELS | 19 | There are 19 types of armor model parts, 0 through 18 |
See Also
functions: | CopyItemAndModify GetItemAppearance |