Difference between revisions of "StoreFollowerInventory"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(fill in missing parameter, add link)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=StoreFollowerInventory
 
|name=StoreFollowerInventory
Line 8: Line 7:
 
|param2type=object
 
|param2type=object
 
|param2name=oTarget
 
|param2name=oTarget
|param2desc=
+
|param2desc=Target placeable
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=
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. -->
Store a follower inventory on a placeable
+
Store a follower 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.
+
NOTE: As with all commands that add items to a container, this command will reset the container (placeable) to interactive no matter its previous state.
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->
Line 27: Line 26:
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
  
<!-- == See also == -->
+
== See also ==
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 +
 +
[[RestoreFollowerInventory]]
  
 
[[Category: Inventory & equip slot functions]]
 
[[Category: Inventory & equip slot functions]]

Latest revision as of 19:34, 2 March 2010

Store a follower inventory on a placeable

void StoreFollowerInventory(
object oFollower,
object oTarget
);
Parameters:
oFollower
Source creature
oTarget
Target placeable
Returns:

Nothing.

Source:

script.ldf

Description

Store a follower inventory on a placeable.

NOTE: As with all commands that add items to a container, this command will reset the container (placeable) to interactive no matter its previous state.


See also

RestoreFollowerInventory