SetMaxHealth

From Dragon Age Toolset Wiki
Revision as of 21:55, 11 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

Jump to: navigation, search

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.