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...")
(No difference)

Revision as of 17:48, 20 December 2016

< [[::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].BaseAddItemHealth item:form count:int health:float base:form

See Also

BaseGetItemCount

BaseAddItem