Difference between revisions of "RestorePartyInventory"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=RestorePartyInventory
 
|name=RestorePartyInventory
Line 14: Line 13:
 
== Description ==
 
== Description ==
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
Restore the party inventory from a placeable (previously set by StorePartyInventory)
+
Restore the party inventory from a placeable (previously set by [[StorePartyInventory]])
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Latest revision as of 19:55, 3 March 2010

Restore the party inventory from a placeable

void RestorePartyInventory(
object oPlaceable
);
Parameters:
oPlaceable
Source placeable
Returns:

Nothing.

Source:

script.ldf

Description

Restore the party inventory from a placeable (previously set by StorePartyInventory)