Search results
From GiderosMobile
- function gui:onWidgetChange(w) print(w:isTicked(), w:isThird())768 bytes (96 words) - 07:18, 17 October 2023
- function gui:onWidgetAction(w) print("Hello, "..w.name)3 KB (331 words) - 07:17, 17 October 2023
- for w in string.gmatch(s, "%a+") do print(w)1 KB (213 words) - 02:45, 17 November 2023
- function gui:onWidgetAction(w) print(w.name, "clicked")1 KB (187 words) - 18:41, 5 September 2024
- function gui:onWidgetChange(w) print(w.index)993 bytes (126 words) - 07:18, 17 October 2023
- function gui:onWidgetChange(w) print(w.value)1 KB (186 words) - 07:20, 17 October 2023
- print(application:set("help")) - windowSize(w,h)4 KB (492 words) - 19:13, 19 June 2025
- *'''%w''' - Weekday as decimal number (0 - 6; Sunday is 0) *'''%W''' - Week of year as decimal number, with Monday as first day of week 1 (003 KB (493 words) - 22:48, 14 October 2023
- local file=io.open("|D|settings.txt","w+") print ("Player: ", Player2)2 KB (261 words) - 10:39, 26 August 2024
- print(s[8]) --> w1,021 bytes (142 words) - 14:26, 13 July 2023
- print(application:get("help")) - [w,h] windowSize5 KB (658 words) - 18:07, 4 November 2024
- -- w, h (number): full size (relative to shape center) AABB:setSize(w, h)15 KB (1,805 words) - 07:35, 9 December 2024
- if self.imgui:button("button##b01", 64, 16) then print("button 01 clicked") end if self.imgui:button("button##b02", 64, 16) then print("button 02 clicked") end10 KB (1,385 words) - 02:25, 9 October 2024
- for w = 1, #words do local word = words[w]6 KB (892 words) - 19:04, 17 November 2023
- print(match1) -- Gideros print(match2) -- nil14 KB (2,151 words) - 02:14, 5 February 2025
- function stage:onWidgetChange(w,v) print(w.name.." value is "..v)2 KB (298 words) - 07:19, 17 October 2023
- -- print(('Step: %d -> x: %d -> y: %d'):format(count, node:getX(), node:getY())) print("UNREACHABLE DESTINATION!")11 KB (1,490 words) - 09:49, 6 December 2023
- 102,109,116,32,--fmt chunk marker w/ trailing null print(hex) -- 0x423FB817 KB (2,490 words) - 00:52, 7 December 2025
- self.w, self.h = self.sprite:getWidth(), self.sprite:getHeight() -- with applied s -- print("player1 size: ", self.w, self.h)11 KB (1,659 words) - 02:22, 20 November 2024
- imgui:dummy(CW, 32 * 2) -- imgui:dummy(w, h) imgui:button(("x"), 128, 64) -- "text", w, h16 KB (2,143 words) - 01:50, 9 October 2024