Difference between revisions of "BaseAddItemHealth"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Adds an item with the specified health percentage (0.0 - 1.0) to a form's base container. (NEEDS TESTING) |name = BaseAddItemHealth |ret...")
 
imported>Pintocat
m
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  |name = BaseAddItemHealth
  |name = BaseAddItemHealth
  |returnType = void
  |returnType = void
|referenceType = [BaseAddItemHealth]
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument
Line 27: Line 26:


[[BaseAddItem]]
[[BaseAddItem]]
[[BaseRemoveItem]]

Latest revision as of 12:56, 10 February 2017

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

A function added by the Lutana NVSE plugin.

Description

Adds an item with the specified health percentage (0.0 - 1.0) to a form's base container. (NEEDS TESTING)

Syntax

[help]
BaseAddItemHealth item:form count:int health:float base:form

See Also

BaseGetItemCount

BaseAddItem

BaseRemoveItem