GetItemStackSize

From Dragon Age Toolset Wiki
Revision as of 00:23, 20 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Gets the stack Size of an item

int GetItemStackSize(
object oItem
);
Parameters:
oItem
An Item Object
Returns:

0 if the item is invalid; defauts to 1 if the item is not stackable.

Source:

script.ldf

Description

Returns an integer representing the current stack size of an item.