IPGetHasItemPropertyByConst

From NWN Lexicon
Revision as of 01:36, 26 August 2012 by Dood (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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