Difference between revisions of "RemoveItem"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks fine to me)
Line 1: Line 1:
{{Generated with joins}}
 
 
{{dafunction
 
{{dafunction
 
|name=RemoveItem
 
|name=RemoveItem

Revision as of 22:57, 30 July 2009

Removes item(s) from its container

void RemoveItem(
object oItem,
int nNumItems
);
Parameters:
oItem
the item to remove
nNumItems
the number of items to be removed from the stack (if applicable) Use -1 to remove all items in stack.
Returns:

Nothing.

Source:

script.ldf

Description

Removes the given item(s) from its container/inventory.