<aside> 📦 BARLIB.acs
</aside>
<aside> âš¡ void SetOverlayBarHP(int owned, int capacity)
</aside>
Draws a flashing, overlay bar on the health bar which draws from the bottom of the bar upwards.
owned
: Int - The amount to draw for the bar.capacity
: Int - The capacity of the bar.<aside>
💡 Note: One way to visualize what these latter two parameters do is that they set up a ratio that equals the percentage of the bar drawn. If I own 2 HomingSniperCharge
and the capacity is 4, then it sets up the ratio 2/4, meaning that 50% of the bar is drawn.
</aside>