SetItemStackSize

From Dragon Age Toolset Wiki
Jump to: navigation, search

Sets the stack Size of an item

void SetItemStackSize(
object oItem,
int nStackSize
);
Parameters:
oItem
An Item
nStackSize
The new StackSize
Returns:

Nothing.

Source:

script.ldf

Description

Sets the stack size of item oItem to nStackSize. Clamps it between 1 and MaxStackSize.