IPGetHasItemPropertyByConst

From NWN Lexicon



Contents

[edit] IPGetHasItemPropertyByConst(int, object)

Returns whether an item has an itemproperty.

int IPGetHasItemPropertyByConst(
    int nItemProp,
    object oItem
);

[edit] Parameters

nItemProp

ITEM_PROPERTY_*

oItem

Item to check for the property.


[edit] Description

Returns whether an item has an itemproperty.



[edit] Remarks

Appears to do exactly the same as GetItemHasItemProperty.


[edit] Requirements

#include " x2_inc_itemprop "

[edit] Version

1.61

[edit] See Also

functions: 

GetItemHasItemProperty

constants: 

ITEM_PROPERTY_* Constants



 author: Lilac Soul
 

Personal tools
Categories