SetItemStackSize

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.