Module object.progressbar
Properties of the progressbar object most of these properties are optional !
desc
Tables
properties | progressbar OBJECT CREATION PROPERTIES |
progressbar_directions | the directions the progressbar can go in |
Tables
- properties
-
progressbar OBJECT CREATION PROPERTIES
Fields:
- direction [string] the direction of the progressbar {progressbar_directions}
- value [number] the percentage of the progressbar to be filled up
- field_name [type] field_info
- x [number] the x position of the progressbar
- y [number] the y position of the progressbar
- width [number] the width of the progressbar
- height [number] the height of the progressbar
- bg [number] the background color of the progressbar
- fg [number] the foreground color of the progressbar
- tex [guih.texture] the texture to put on the progressbar
- drag_texture [boolean] sets whether the texture should be static or get dragged
- tex_offset_x [number] the x offset of the texture
- tex_offset_y [number] the y offset of the texture
- progressbar_directions
-
the directions the progressbar can go in
Fields:
- direction1 left-right sets whether the progressbar should go from left to right
- direction2 right-left sets whether the progressbar should go from right to left
- direction3 top-down sets whether the progressbar should go from top to bottom
- direction4 down-top sets whether the progressbar should go from bottom to top