This commit is contained in:
NoryiE
2025-10-29 16:56:08 +00:00
parent 9a5b46138e
commit 00a9ce5632
26 changed files with 812 additions and 77 deletions

View File

@@ -34,6 +34,6 @@ Gets the current value of the slider
* `number` `value` The current value (0 to max)
### Usage
```lua
```lua run
local value = slider:getValue()
```