IPGetNumberOfItemProperties

From NWN Lexicon
Jump to navigationJump to search



IPGetNumberOfItemProperties(object)

Returns the number of item properties present on an item.

int IPGetNumberOfItemProperties(
    object oItem
);

Parameters

oItem

Item to count itemproperties on.


Description

Returns an integer with the number of properties present on oItem.



Requirements

#include " x2_inc_itemprop "

Version

1.61

See Also



 author: Lilac Soul