IPGetNumberOfItemProperties
From NWN Lexicon
Contents |
[edit] IPGetNumberOfItemProperties(object)
Returns the number of item properties present on an item.
int IPGetNumberOfItemProperties( object oItem );
[edit] Parameters
oItem
Item to count itemproperties on.
[edit] Description
Returns an integer with the number of properties present on oItem.
[edit] Requirements
#include " x2_inc_itemprop "
[edit] Version
1.61
[edit] See Also
author: Lilac Soul