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