Difference between revisions of "RestoreFollowerInventory"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, remove tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=RestoreFollowerInventory
 
|name=RestoreFollowerInventory
Line 17: Line 16:
 
== 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 a follower inventory from a placeable (previously set by StoreFollowerInventory)
+
Restore a follower inventory from a placeable (previously set by [[StoreFollowerInventory]])
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Latest revision as of 19:33, 2 March 2010

Restore a follower inventory from a placeable

void RestoreFollowerInventory(
object oFollower,
object oPlaceable
);
Parameters:
oFollower
Target creature
oPlaceable
Source placeable
Returns:

Nothing.

Source:

script.ldf

Description

Restore a follower inventory from a placeable (previously set by StoreFollowerInventory)