StoreFollowerInventory

From Dragon Age Toolset Wiki
Revision as of 19:34, 2 March 2010 by BryanDerksen (Talk | contribs) (fill in missing parameter, add link)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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