MoveItem

From Dragon Age Toolset Wiki
Revision as of 22:12, 2 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.