sbar
Function
This creates a status bar on the console display. The status bar parameters are set in the command arguments. These include: status bar number (for identification), width, height, minimum, maximum and initial values, color and translucency. It is possible to have several status bars on the same console, thus the reason for a status bar id number.
Syntax
|
%<console_name> sbar <id_number> <width> <height> <min_value> <max_value> <initial_value> <R G B A>
|
Notes & examples
|
The RGB (red, green, blue) and Alpha (translucency) values range from 0 to 1. The <width> and <height> arguments are in virtual units (see the convirtualwidth and convirtualheight commands).
|
|