MoveItem

From Dragon Age Toolset Wiki
Jump to: navigation, search

Move an item from one object to another.

void MoveItem(
object oSource,
object oTarget,
object oItem
);
Parameters:
oSource
Source object
oTarget
Target object
oItem
Item to be moved
Returns:

Nothing.

Source:

script.ldf

Description

Move an item from one object to another.