ITEM_APPR_ARMOR_COLOR_* Constant Group

From NWN Lexicon
Jump to navigationJump to search

Used by CopyItemAndModify to select what kind of modification to make and GetItemAppearance to find an items appearance.

Constants

Constant Value Description
ITEM_APPR_ARMOR_COLOR_LEATHER1 0 Leather 1 color
ITEM_APPR_ARMOR_COLOR_LEATHER2 1 Leather 2 color
ITEM_APPR_ARMOR_COLOR_CLOTH1 2 Cloth 1 color
ITEM_APPR_ARMOR_COLOR_CLOTH2 3 Cloth 2 color
ITEM_APPR_ARMOR_COLOR_METAL1 4 Metal 1 color
ITEM_APPR_ARMOR_COLOR_METAL2 5 Metal 2 color

This is a separate constant used if you need to loop the above constants.

Constant Value Description
ITEM_APPR_ARMOR_NUM_COLORS 6 There are 6 types of armor color, 0 through 5


See Also

functions: CopyItemAndModify GetItemAppearance