render Auxiliary Status Bar
open fun renderAuxiliaryStatusBar(ship: ShipAPI, indent: Float, indentLine: Boolean, fillStartX: Float, fillLength: Float, fillLevel: Float, text1: String, text2: String, text2OnLeft: Boolean, inputLoc: Vector2f)
Renders another subsystem HUD element intended for drone subsystems, but can be used for any purpose. This HUD element has a decorative line and indentation indicating an auxiliary status to a primary subsystem HUD element.
Parameters
ship
Player ship
indent
Indentation px from input position
indent Line
Draw a line in the indentation.
fill Start X
Start position of progress bar
fill Length
Length of progress bar
fill Level
Fill level of progress bar
text1
Text 1
text2
Text 2. Can be null or empty.
text2On Left
Whether to draw text2 on the left or right, if it is provided.
input Loc
Input location