Difference between revisions of "MoveAllItems"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m (complete a partial word)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated with joins}}
 
 
{{dafunction
 
{{dafunction
 
|name=MoveAllItems
 
|name=MoveAllItems
Line 21: Line 20:
 
== Remarks ==
 
== Remarks ==
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
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 back to the other backpack (equipped items are not considered).
+
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).
  
 
<!-- == Examples == -->
 
<!-- == Examples == -->

Latest revision as of 22:52, 30 July 2009

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).