Difference between revisions of "BaseRemoveItem"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Removes an item from a form's base container. |name = BaseRemoveItem |returnType = void |referenceType = [BaseRemoveItem] |arguments =...")
 
imported>Pintocat
m
 
Line 4: Line 4:
  |name = BaseRemoveItem
  |name = BaseRemoveItem
  |returnType = void
  |returnType = void
|referenceType = [BaseRemoveItem]
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument

Latest revision as of 12:55, 10 February 2017

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Removes an item from a form's base container.

Syntax

[help]
BaseRemoveItem item:form count:int base:form

See Also

BaseGetItemCount

BaseAddItem

BaseAddItemHealth