IPGetHasItemPropertyByConst(int, object)

Returns whether an item has an itemproperty.

int IPGetHasItemPropertyByConst(
    int nItemProp,
    object oItem
);

Parameters

nItemProp

ITEM_PROPERTY_*

oItem

Item to check for the property.


Description

Returns whether an item has an itemproperty.



Remarks

Appears to do exactly the same as GetItemHasItemProperty.


Requirements

#include "x2_inc_itemprop"

Version

1.61

See Also

functions: GetItemHasItemProperty
categories: Get Data from Object Functions | Item Properties Functions
constants: ITEM_PROPERTY_* Constants


 author: Lilac Soul