Difference between revisions of "GetBaseHealth"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
(Automated import of articles)
 
imported>Geckbot
(Automated import of articles)
Line 1: Line 1:
'''GetBaseHealth'''
'''GetBaseHealth'''
#redirect [[GetBaseHealth]]
{{Function
|origin = FOSE1
|summary = Returns the base health of the object or calling reference
|name = GetBaseHealth
|alias = GetHealth
|returnType = int
|referenceType = ref
|arguments =
  {{FunctionArgument
  |Name = item
  |Type = ref
  |Optional = optional
  }}
}}
[[Category:Functions_(FOSE)]]

Revision as of 11:00, 27 July 2010

GetBaseHealth

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

A function added by the Fallout Script Extender.

Description

Returns the base health of the object or calling reference

Syntax

[help]
(int) ref.GetBaseHealth item:ref 

Or:

(int) ref.GetHealth item:ref