Difference between revisions of "GetItemStackSize"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetItemStackSize
 
|name=GetItemStackSize

Latest revision as of 00:23, 20 February 2010

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.