Difference between revisions of "Deprecated GetMaxHealth"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=Deprecated_GetMaxHealth
 
|name=Deprecated_GetMaxHealth
Line 26: Line 25:
  
 
[[Category: Stats functions]]
 
[[Category: Stats functions]]
 +
[[Category:Deprecated functions]]

Latest revision as of 19:52, 25 February 2010

Get object's maximum health

int Deprecated_GetMaxHealth(
object oObject
);
Parameters:
oObject
the object that we are checking
Returns:

Returns the maximum health of the object. Returns -1 if the object isn't valid

Source:

script.ldf

Description

Get object's maximum health