Difference between revisions of "OpenTeammateContainer"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Cipscis
(Added little information about optional parameter)
Line 1: Line 1:
=='''Description'''==
=='''Description'''==
'''OpenTeammateContainer''' brings up the "teammate" version of the container menu, which allows the player to freely swap inventory with the actor this is called on.
'''OpenTeammateContainer''' brings up the "teammate" version of the container menu, which allows the player to freely swap inventory with the actor this is called on.


=='''Syntax'''==
=='''Syntax'''==
  ActorRef.OpenTeammateContainer
  ActorRef.OpenTeammateContainer Integer (optional)


=='''Notes'''==
*The optional parameter is set to 0 by default
*If the optional parameter is set to 0, nothing seems to happen


[[Category:Functions]]
[[Category:Functions]]

Revision as of 05:08, 15 January 2009

Description

OpenTeammateContainer brings up the "teammate" version of the container menu, which allows the player to freely swap inventory with the actor this is called on.

Syntax

ActorRef.OpenTeammateContainer Integer (optional)

Notes

  • The optional parameter is set to 0 by default
  • If the optional parameter is set to 0, nothing seems to happen