IPGetNextArmorAppearanceType(object, int)

Returns the next valid appearance type for an armor.

int IPGetNextArmorAppearanceType(
    object oArmor,
    int nPart
);

Parameters

oArmor

Armor to get appearance type of.

nPart

ITEM_APPR_ARMOR_MODEL_*


Description

Returns the next valid appearance type for oArmor

nPart - ITEM_APPR_ARMOR_MODEL_* constant

Uses Get2DAstring, so do not use in loops



Remarks

Simply a wrapper for the IPGetArmorAppearanceType function in the same include file.

Used by the crafting system (x2_im_*).


Requirements

#include "x2_inc_itemprop"

Version

1.61

See Also

functions: IPGetPrevArmorAppearanceType | IPGetRandomArmorAppearanceType
categories: Get Data from Object Functions | Item Creation Functions | Item Properties Functions
constants: ITEM_APPR_* Constants


 author: Lilac Soul