<aside> 📦 BARLIB.acs
</aside>
<aside> âš¡ void DrawBar2ColorGlow(int cyan, int blue, int black)
</aside>
Used to draw an ammo bar with the given palette colors. It uses the weapon’s secondary ammo to determine how much of the bar to draw.
cyan
: Int - The palette color to draw within the middle of the bar.
blue
: Int - The palette color to draw within the outer portion of the bar.
black
: Int - The palette color to draw within the border of the bar.