MoveAllItems

From Dragon Age Toolset Wiki
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).