Difference between revisions of "StorePartyInventory"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Description)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=StorePartyInventory
 
|name=StorePartyInventory

Latest revision as of 16:26, 25 August 2010

Store the party inventory on a placeable

void StorePartyInventory(
object oPlaceable
);
Parameters:
oPlaceable
Target placeable
Returns:

Nothing.

Source:

script.ldf

Description

Store the party inventory on a placeable NOTE: As with all commands that add items to a container, this command will reset the container (placeable) to interactive not matter it's previous state.

Remarks

Equipped items are not affected. To store them, unequip them before using this function.