systemlikeStatusRender

open fun systemlikeStatusRender(colour: Color, start: Vector2f, offset: Vector2f, size: Vector2f, text: String, fill: Float, hPad: Float, full: Boolean): Vector2f

Draws a cooldown bar with text. This one fills left-to-right and has the little end bar. Also positioned at the leftmost side of text.

Return

Top right end pos of bar

Parameters

colour

Color

start

Root location.

offset

Offset from root location.

size

Dimensions of element.

text

Text

fill

Fill level of progress bar

hPad

Additional padding between text and bar.

full

If the progress bar is full