You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laurie Clark-Michalek edited this page Aug 22, 2013
·
3 revisions
m_iHealthPercentage
An integer with apparent range of 0-126. In my work I've assumed that 126 corresponds to 100%. Consequently, getting the actual percentage looks like this: int(float(value + 1) / 127.0)
Best guess. Need to confirm. Lots of values in dota 2 replays appear to scale by 128 instead of 100.