Difference between revisions of "SetMaxHealth"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetMaxHealth
 
|name=SetMaxHealth

Revision as of 21:55, 11 February 2010

Set object's maximum health

void SetMaxHealth(
object oObject,
int nHealth
);
Parameters:
oObject
the object that we are modifying
nHealth
the new maximum health value for the object
Returns:

Nothing.

Source:

script.ldf

Description

Set object's maximum health.