HPBars

Find, sort and read HP bars on the mainscreen.


type TRSHPBar

TRSHPBar = record
  Bounds: TBox;    // Bounds of the bar
  Percent: Int32;  // Green percent of the bar.
end;