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
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: | |
constants: |
author: Lilac Soul