RemoveItem

From Dragon Age Toolset Wiki
Revision as of 22:57, 30 July 2009 by BryanDerksen (Talk | contribs) (looks fine to me)

Jump to: navigation, search

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.