Difference between revisions of "ResetInventory"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Quarn
Line 1: Line 1:
=='''Description'''==
=='''Description'''==


'''ResetInventory''' resets inventory on the references its called on. all previously added, removed, or calculated objects will be lost.
'''ResetInventory''' resets inventory on the references its called on. All previously added, removed, or calculated objects will be lost.


=='''Syntax'''==
=='''Syntax'''==


  [ActorREF].ResetInventory
  ''ActorREF''.ResetInventory
 
=='''Examples'''==
*None at this time
 
=='''Notes'''==
*None at this time
 
 
=='''See Also'''==
 
 
=='''Reference'''==
None provided.
<!-- [[SetActorsAI_Reference|List of functions that use SetActorsAI]]  (wiki) -->


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

Revision as of 19:30, 19 April 2009

Description

ResetInventory resets inventory on the references its called on. All previously added, removed, or calculated objects will be lost.

Syntax

ActorREF.ResetInventory