GuiInterface.createVerticalSlider
Creates a slider at the specified widget
Kind: Function
Environments: Game
Game
guiInterface:createVerticalSlider( widgetName, range, value, functionName )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
gui |
GuiInterface | The Gui interface |
widgetName |
string | The name of the widget |
range |
number | The range of the slider |
value |
number | The start value on the slider |
functionName |
string | Slider change callback function name |