gui-progress-bar ( bounds textLeft textRight value minValue maxValue -- float )


Vocabulary
raygui

Inputs
boundsan object
textLeftan object
textRightan object
valuean object
minValuean object
maxValuean object


Outputs
floatan object


Definition


LIBRARY: raygui FUNCTION-ALIAS: gui-progress-bar float
GuiProgressBar
( Rectangle bounds, c-string textLeft, c-string textRight,
float value, float minValue, float maxValue )