Skip to content

DT_DOTA_BaseNPC_Creep_Lane

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.

Subclass of BaseNPC