Difference between revisions of "SetItemStackSize"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
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.