Check out our 2024 Retrospective for a look back at events that shaped the wiki during 2024.

Morrowind Mod:GetHealthGetRatio

The UESPWiki – Your source for The Elder Scrolls since 1995

GetHealthGetRatio

		GetHealthGetRatio

	Type:	Stats, Undocumented

     Returns:	float

     Example:	if ( player->GetHealthGetRatio < 0.10 )
		set fValue to ( "Murudius Flaeus"->GetHealthGetRatio )

     Scripts:	Not Used

Returns a float value from 0.0 to 1.0 representing the calling actor's current health to maximum health ratio (i.e., 0.0 would be dead, and 1.0 would be full health). Note that this is the correct name for the GetHealthRatio function listed in the Construction Set help.