GetHealth

From Dragon Age Toolset Wiki
Jump to: navigation, search

Get object's current health

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

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

Source:

script.ldf

Description

Get object's current health