Page 1 of 1

[2.0.6] Changelog says Removed LuaGuiElement discrete_slider?

Posted: Sun Oct 20, 2024 6:14 am
by BurninSun
Changelog line under Scripting:
- Removed LuaGuiElement::get_slider_discrete_slider(), set_slider_discrete_slider(), and discrete_slider.

While get/set_slider_discrete_slider() were removed, what is the "...and discrete_slider" referencing? LuaGuiElement of type slider can still be made with "discrete_slider" as an option per /doc-html/classes/LuaGuiElement.html#add

Is that just an incorrect changelog? or is that referencing some other change?

Re: [2.0.6] Changelog says Removed LuaGuiElement discrete_slider?

Posted: Mon Oct 21, 2024 1:21 pm
by Therenas
Appreciate the report, this was just an error in the docs where the LuaGuiElement::add docs weren't updated. Fixed for the next release.