RemoveItem

From Dragon Age Toolset Wiki
Revision as of 22:20, 9 February 2010 by BryanDerksen (Talk | contribs) (remove tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Removes item(s) from its container

void RemoveItem(
object oItem,
int nNumItems = -1
);
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.