Search results

From GiderosMobile
  • function gui:onWidgetChange(w) print(w:isTicked(), w:isThird())
    768 bytes (96 words) - 08:18, 17 October 2023
  • function gui:onWidgetAction(w) print("Hello, "..w.name)
    3 KB (331 words) - 08:17, 17 October 2023
  • for w in string.gmatch(s, "%a+") do print(w)
    1 KB (213 words) - 03:45, 17 November 2023
  • function gui:onWidgetAction(w) print(w.name, "clicked")
    1 KB (187 words) - 19:41, 5 September 2024
  • function gui:onWidgetChange(w) print(w.index)
    993 bytes (126 words) - 08:18, 17 October 2023
  • function gui:onWidgetChange(w) print(w.value)
    1 KB (186 words) - 08:20, 17 October 2023
  • print(application:set("help")) - windowSize(w,h)
    4 KB (482 words) - 17:22, 31 May 2024
  • *'''%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 (00
    3 KB (493 words) - 23:48, 14 October 2023
  • local file=io.open("|D|settings.txt","w+") print ("Player: ", Player2)
    2 KB (261 words) - 11:39, 26 August 2024
  • print(s[8]) --> w
    1,021 bytes (142 words) - 15:26, 13 July 2023
  • print(application:get("help")) - [w,h] windowSize
    5 KB (658 words) - 19:07, 4 November 2024
  • print(hex) -- 0x423FB8 print(revdec) -- 4341688
    11 KB (1,491 words) - 20:54, 17 May 2025
  • -- w, h (number): full size (relative to shape center) AABB:setSize(w, h)
    15 KB (1,805 words) - 08: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") end
    10 KB (1,385 words) - 03:25, 9 October 2024
  • for w = 1, #words do local word = words[w]
    6 KB (892 words) - 20:04, 17 November 2023
  • print(match1) -- Gideros print(match2) -- nil
    14 KB (2,151 words) - 03:14, 5 February 2025
  • function stage:onWidgetChange(w,v) print(w.name.." value is "..v)
    2 KB (298 words) - 08: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) - 10:49, 6 December 2023
  • 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) - 03:22, 20 November 2024
  • imgui:dummy(CW, 32 * 2) -- imgui:dummy(w, h) imgui:button(("x"), 128, 64) -- "text", w, h
    16 KB (2,143 words) - 02:50, 9 October 2024

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)