Difference between revisions of "GetBaseHealth"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
(Automated import of articles)
 
imported>Geckbot
m (Robot: Automated text replacement (-'''.*'''\r\n +))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''GetBaseHealth'''
{{Function
#redirect [[GetBaseHealth]]
|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)]]

Latest revision as of 14:49, 27 July 2010

< [[::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