GetItemHasItemProperty
From NWN Lexicon
Contents |
[edit] GetItemHasItemProperty(object, int)
Check whether an item has a given property.
int GetItemHasItemProperty( object oItem, int nProperty );
[edit] Parameters
oItem
Item to be checked.
nProperty
[edit] Description
Returns TRUE if oItem has nProperty.
Returns FALSE if oItem is not a valid item, or if oItem does not have nProperty.
[edit] Version
1.22
[edit] See Also
functions: | |
constants: |
author: Jason Harris, editor: Kristian Markon