Difference between revisions of "SetItemStackSize"

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=SetItemStackSize
 
|name=SetItemStackSize

Latest revision as of 00:53, 27 February 2010

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.