MoveAllItems

From Dragon Age Toolset Wiki
Revision as of 22:52, 30 July 2009 by BryanDerksen (Talk | contribs) (complete a partial word)

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

Move all items from one object to another.

void MoveAllItems(
object oSource,
object oTarget
);
Parameters:
oSource
Source object
oTarget
Target object
Returns:

Nothing.

Source:

script.ldf

Description

Move all items from one object to another.

Remarks

This only moves items from the default location to another default location. This means that when moving items from a creature it is only moving items from the backpack to the other backpack (equipped items are not considered).