GetMaxItemStackSize

From Dragon Age Toolset Wiki
Jump to: navigation, search

Gets the maximum stack Size of an item

int GetMaxItemStackSize(
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 maximum stack size of an item.