IPGetHasItemPropertyByConst

From NWN Lexicon
Jump to navigationJump to search



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

constants: 

ITEM_PROPERTY_* Constants



 author: Lilac Soul