Difference between revisions of "ResetInventory"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
 
(3 intermediate revisions by 2 users not shown)
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.
Resets inventory on the references it's 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:Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.1)]]

Latest revision as of 13:00, 15 August 2009

Description[edit | edit source]

Resets inventory on the references it's called on. All previously added, removed, or calculated objects will be lost.

Syntax[edit | edit source]

ActorREF.ResetInventory