# HPBars Find, sort and read HP bars on the mainscreen. - - - (TRSHPBar)= ## type TRSHPBar ```pascal TRSHPBar = record Bounds: TBox; // Bounds of the bar Percent: Int32; // Green percent of the bar. end; ```