Search results

From GiderosMobile

Page title matches

Page text matches

  • Contains x and y properties with normalized vector values (from -1 to 1). For example: { y = -1, x => 0 }
    273 bytes (36 words) - 09:44, 15 January 2022
  • Contains x and y properties with normalized vector values (from -1 to 1). For example: ''{ y = -1, x = 0 }''
    266 bytes (38 words) - 03:01, 1 December 2023
  • local nc,nf=1,1 for i=3,steps*4-1,4 do ca[nc]=i+1 nc+=1 end
    946 bytes (147 words) - 15:32, 13 July 2023
  • local deltaX={0,-1,1,0,0,-1,1,0,0,-1,1,0,0,-1,1,0} local deltaY={0,0,0,0,1,1,1,1,-1,-1,-1,-1,0,0,0,0}
    2 KB (234 words) - 15:27, 13 July 2023
  • Sets the red, green, blue and alpha channel multipliers (values between 0 and 1). This function lets you adjust the color multipliers of a display object. ...mber, default = 1) the red multiplier of this sprite (values between 0 and 1)<br/>
    930 bytes (110 words) - 15:33, 13 July 2023
  • {1, 7, self.anim[1]}, {16, 18, self.anim[1]},
    665 bytes (83 words) - 18:08, 12 July 2023
  • '''x''': (number) x vector from -1 to 1<br/> '''y''': (number) y vector from -1 to 1<br/>
    587 bytes (79 words) - 07:05, 11 June 2023
  • '''x''': (number) x vector from -1 to 1<br/> '''y''': (number) y vector from -1 to 1<br/>
    585 bytes (79 words) - 07:04, 11 June 2023
  • '''Available since:''' Gideros 2023.1<br/> layout={fill=1},
    2 KB (181 words) - 08:20, 17 October 2023
  • local tempFontScale=1.02 Core.yield(.1)
    1 KB (157 words) - 15:26, 13 July 2023
  • for loop=1,max do for loop=1,max do
    980 bytes (151 words) - 15:27, 13 July 2023
  • for loop=1,max do for loop=1,max do
    1 KB (159 words) - 15:27, 13 July 2023
  • for loop=1,max do for loop=1,max do
    1,001 bytes (156 words) - 15:27, 13 July 2023
  • application:enableDrawInfo(vector(1, 1, 0, 1)) -- yellow draw info
    489 bytes (55 words) - 18:22, 12 July 2023
  • * for Windows returns 1 value: "Windows"<br/> * for Mac OS X returns 1 value: "Mac OS"<br/>
    2 KB (355 words) - 17:56, 12 July 2023
  • for i = 1, 42 do admin_vogons[#admin_vogons + 1] = Vogon.new()
    921 bytes (112 words) - 15:32, 13 July 2023
  • Returns the size of a texel that is 1/(gpu texture width), 1/(gpu texture height). '''Returns''' (number) the width of the texel: ''1/(gpu texture width)''<br/>
    484 bytes (62 words) - 15:33, 13 July 2023
  • -- first value: height (number) must be in range [0..1]<br/> -- third value: alpha (number, default = 1) must be in range [0..1] (optional)<br/>
    1 KB (148 words) - 15:32, 13 July 2023
  • for loop=1,max do for loop=1,max do
    1 KB (227 words) - 15:26, 13 July 2023
  • '''alpha''': (number) opacity of line from 0 to 1, default 1 '''optional'''<br/>
    351 bytes (43 words) - 15:32, 13 July 2023
  • myShape:moveTo(1,1) myShape:lineTo(100,1)
    1 KB (199 words) - 19:06, 13 November 2023
  • tilemap:shift(-1, 0) -- shifts the tile map to the left tilemap:shift(1, 0) -- shifts the tile map to the right
    756 bytes (116 words) - 15:33, 13 July 2023
  • '''alpha''': (number) opacity of fill from 0 to 1, default 1 '''optional'''<br/>
    447 bytes (56 words) - 15:31, 13 July 2023
  • '''Frame animations 1''' for i = 1, 6 do
    3 KB (387 words) - 07:11, 1 October 2023
  • for i=1,#caminfo.previewSizes,2 do print("-",caminfo.previewSizes[i],caminfo.previewSizes[i+1])
    1 KB (158 words) - 15:27, 13 July 2023
  • {{#widget:GApp|app=3D-Maze-Pebble.GApp|width=480|height=320|auto=1|plugins=json}} local szw=sz*2+1 self.szWalls=szw
    3 KB (535 words) - 05:03, 7 November 2023
  • ...he center of the texture to the origin. If you set the anchor point to (1, 1) instead, the bottom-right corner of the texture will be the origin. The de '''x''': (number) the x coordinate of anchor point, usually between [0, 1]<br/>
    888 bytes (129 words) - 15:27, 13 July 2023
  • local r = (math.sin(t * 0.5 + 0.3) + 1) / 2 local g = (math.sin(t * 0.8 + 0.2) + 1) / 2
    870 bytes (110 words) - 15:31, 13 July 2023
  • ...number) max alpha value when pad is visible on screen (value between 0 and 1)<br/> ...(number) min alpha value when pad is in “ghost” mode (value between 0 and 1)<br/>
    482 bytes (59 words) - 15:26, 13 July 2023
  • Returns a new table with all arguments stored into keys 1, 2, etc. and with a field "'''n'''" with the total number of arguments. local t = table.pack(1, 2, 3)
    729 bytes (98 words) - 15:33, 13 July 2023
  • bitmap:setPosition(32*1, 32*4) bitmap2:setPosition(32*6, 32*1)
    957 bytes (130 words) - 05:49, 5 November 2023
  • self.currColor = self.colors[1] --current color self.n = self.n + 1
    3 KB (452 words) - 20:43, 12 October 2023
  • Returns the unsigned number formed by the bits field to field + width - 1 from n. .... All accessed bits must be in the range [0, 31]. The default for width is 1'''
    708 bytes (92 words) - 15:27, 13 July 2023
  • Sets the damping ratio of this distance joint. 0 = no damping, 1 = critical damping. ...ce joint you would set the frequency equals to 0 and the damping equals to 1.
    964 bytes (122 words) - 18:14, 12 July 2023
  • mesh:setIndex(1, 10) mesh:setIndices(1, 10, 2, 11, 3, 12)
    723 bytes (87 words) - 15:30, 13 July 2023
  • sysDark=-1 -- device[1]=="Web"
    2 KB (233 words) - 15:31, 13 July 2023
  • for i = 1, #t, 2 do table.insert(r, t[i] .. " @ " .. i // 2 + 1)
    2 KB (257 words) - 15:31, 13 July 2023
  • ...ch is the same as the string length). In particular, the call string.sub(s,1,j) returns a prefix of s with length j, and string.sub(s, -i) returns a suf print(string.sub(mynme, 1, 3)) -- nme
    942 bytes (146 words) - 15:33, 13 July 2023
  • anim1[1] = Bitmap.new(Texture.new("images/Smile1.png")) -- First 10 frames are anim[1], the rest are anim[2]
    3 KB (414 words) - 19:08, 13 November 2023
  • --axisx, axisy values usually between 0 and 1 --0 1 force pulling back on y axis
    1 KB (193 words) - 15:27, 13 July 2023
  • ...ce joint you would set the frequency equals to 0 and the damping equals to 1. ...cy''': (number) the mass-spring-damper frequency in Hertz (usually between 1 and 5)<br/>
    1,022 bytes (130 words) - 18:07, 12 July 2023
  • ...ch is the same as the string length). In particular, the call string.sub(s,1,j) returns a prefix of ''s'' with length ''j'', and string.sub(s, -i) retur ...translation of negative indices, ''i'' is less than 1, it is corrected to 1. If ''j'' is greater than the string length, it is corrected to that length
    1 KB (187 words) - 21:36, 1 December 2023
  • ...evice locale. The locale string is a combination of ISO 639-1 and ISO 3166-1. For example, en_US, ja_JP.
    392 bytes (48 words) - 17:53, 12 July 2023
  • mesh:setVertex(1, 100, 100) mesh:setVertices(1, 100, 100, 2, 150, 100, 3, 100, 150)
    791 bytes (87 words) - 15:30, 13 July 2023
  • '''Available since:''' Gideros 2023.1<br/> local way = 1
    835 bytes (106 words) - 08:16, 17 October 2023
  • '''Available since:''' Gideros 2018.1<br/> local tts = TTS.new("fr", 1, 1)
    3 KB (379 words) - 15:33, 13 July 2023
  • [[https://code.gideros.rocks/?GIDEROS_AUTOLOAD=1&GIDEROS_GAPP=https://wiki.giderosmobile.com/index.php?title=Special:Redirec Border={class=UI.Border.Basic, params={ radius=3, bgColor=0x8080FF, bgAlpha=1}},
    4 KB (440 words) - 15:29, 13 July 2023
  • --axisx, axisy values usually between 0 and 1 --0 1 moves on y axis
    1 KB (194 words) - 15:27, 13 July 2023
  • if(n - (n//1) > 0) then error("trying to apply bitwise operation on non-integer!") end if(n < 0) then return to_bits(~(n//1) + 1) end -- negative
    3 KB (454 words) - 00:09, 7 December 2023
  • '''alpha''': (number) alpha value from 0 to 1, default 1 '''optional'''<br/>
    435 bytes (52 words) - 15:32, 13 July 2023

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