GameItemObjectList Count() Methods
v4.0
Count duplicates
These methods will count any duplicates. The single-object methods have an optional itemObjectUid
, when null
, will get any duplicate in the entire list.
There is also an optional bool
includeItemAttributes
, which is false
by default. When true
, a GameItemObject
must match both its Uid()
and its list of ItemAttributes
to qualify as a duplicate.
If inlcudeFirstItem
is true, then all duplicates will be included, otherwise, one from each duplciate will be excluded, essentially only counting the "extras".
Additional Count Methods
Last updated