All public logs

From GiderosMobile

Combined display of all available logs of GiderosMobile. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:31, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:vFilledSliderFloat (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays a regular vertical filled float slider. <syntaxhighlight lang="lua"> (number), (bool) = ImGui:vFilledSliderFloat(label, mirrorFlag, w, h, value, min, max, [formatString="%.3f", ImGuiSliderFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''mirrorFlag''': (number) whether to mirror the slider or not<br/> '''w''': (number) the s...")