Deletion log

From GiderosMobile

Below is a list of the most recent deletions.

Logs
  • 01:40, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:inputInt3 (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Sets three input int fields side by side (no plus/minus buttons). <syntaxhighlight lang="lua"> (number), (number), (number), (bool) = ImGui:inputInt3(label, value1, value2, value3, [ImGuiInputTextFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''value1''': (number) the first value to be displayed<br/> '''value2''': (number) the second va...")