GetItemStackSize

From Dragon Age Toolset Wiki
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.