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 }''
    266 bytes (38 words) - 03:01, 1 December 2023
  • 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
  • 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
  • '''Available since:''' Gideros 2023.1<br/> { title="Header 1", content= "My first Tab content." },
    1 KB (146 words) - 09:40, 17 October 2023
  • '''Available since:''' Gideros 2016.1<br/> ...at x,y coordinate (RGB are in range of 0 to 255, alpha is in range of 0 to 1).
    1 KB (153 words) - 15:32, 13 July 2023
  • '''number''': (number) body angular damping between 0 and 1 (default = 0 no damping) self.body:setAngularDamping(1)
    592 bytes (74 words) - 15:32, 13 July 2023
  • Returns the alpha transparency of this sprite. 0 means fully transparent and 1 means fully opaque. '''Returns''' (number) the alpha of the sprite (value between 0-1)<br/>
    385 bytes (46 words) - 15:33, 13 July 2023
  • local xsizex = params.sizex or 1 local xsizey = params.sizey or 1
    2 KB (312 words) - 23:41, 18 November 2023
  • Returns the internal numerical codes of the characters s[i], s[i+1], ···, s[j]. The default value for i is 1; the default value for j is i.
    758 bytes (104 words) - 15:33, 13 July 2023
  • mesh:setColor(1, 0xff0000, 0.5) mesh:setColors(1, 0xff0000, 0.5, 2, 0x00ff00, 0.7, 3, 0x0000ff, 1.0)
    830 bytes (104 words) - 15:30, 13 July 2023
  • Returns the internal numerical codes of the characters s[i], s[i+1], ..., s[j]. The default value for i is 1; the default value for j is i. These indices are corrected following the sa
    716 bytes (97 words) - 22:26, 1 December 2023
  • fx = x * filter + fx * (1 - filter) fy = y * filter + fy * (1 - filter)
    2 KB (219 words) - 08:57, 4 November 2023
  • Default: '''0, 1'''<br/> '''cellularDistanceIndex1''': (number) '''integer''' distance indice 1<br/>
    687 bytes (75 words) - 15:30, 13 July 2023
  • mesh:setTextureCoordinate(1, 0, 0) mesh:setTextureCoordinates(1, 0, 0, 2, 100, 0, 3, 0, 100)
    917 bytes (89 words) - 15:31, 13 July 2023
  • '''Example 1''': center an image inside another image ticket:setLayoutParameters{ rowWeights = {1}, columnWeights = {1} }
    3 KB (426 words) - 15:33, 13 July 2023
  • local mypixel = Pixel.new(0xff0000, 1, 64, 64) -- add 1 degree each time the function is called
    914 bytes (112 words) - 15:33, 13 July 2023
  • ...ux, using Wine. Basically on each platform we recommend 1 GHz or more CPU, 1 GB RAM and at least 300 Mb free disk space. iOS: iPod touch 2nd generation or better, iPhone 2 or better, iPad 1 or better
    895 bytes (142 words) - 15:46, 10 September 2018
  • '''data''': (table) an array of values between -1 and 1 describing the waveform of the sound<br/>
    566 bytes (79 words) - 07:44, 31 August 2023
  • ImGui.DrawList:addLine(p1, p2, color, [alpha=1, thickness=1]) -- 1 we start ImGui
    2 KB (215 words) - 15:29, 13 July 2023
  • '''ratio''': (number, default = 1) the gear ratio <br/> revoluteJoint:setMaxMotorTorque(1)
    2 KB (230 words) - 15:27, 13 July 2023
  • local c = 1 c += 1
    551 bytes (64 words) - 15:32, 13 July 2023
  • '''alpha''': (number) the alpha between 0 and 1, default=1 '''optional'''<br/>
    779 bytes (93 words) - 15:29, 13 July 2023
  • '''m11''': (number, default = 1) <br/> '''m22''': (number, default = 1) <br/>
    491 bytes (59 words) - 15:30, 13 July 2023
  • ...e ghost transform (position, rotation, scale, ...) '''since Gideros 2023.9.1''' stage:setLayoutParameters({rowWeights={1},columnWeights={1}})
    4 KB (523 words) - 23:37, 21 September 2023
  • ...vel''': (number) compression level, 0 no compression, 9 best compression, -1 default compression '''optional'''<br/> '''memLevel''': (number) 1 uses minimum memory but is slow and reduces compression ratio; 9 uses maxim
    1 KB (130 words) - 23:33, 1 December 2023
  • *''particles:removeParticles({1,2,3})'' *''particles:removeParticles(1,2,3)''
    566 bytes (60 words) - 21:50, 21 September 2023
  • ...the user wants to purchase. This value should be greater than or equal to 1.</translate> <br/>
    876 bytes (106 words) - 15:33, 13 July 2023
  • '''Available since:''' Gideros 2022.1<br/> '''Returns''' (number) 1 if v is greater than 0, -1 if v is less than 0, or 0 if v is 0
    379 bytes (53 words) - 15:31, 13 July 2023
  • Sets an index in the index array. Indices start from 1. If the index array is not large enough, it is automatically expanded. mesh:setIndex(1, 10)
    562 bytes (69 words) - 15:30, 13 July 2023
  • '''Value:''' 1<br/>
    110 bytes (14 words) - 10:45, 23 December 2022
  • ...vel''': (number) compression level, 0 no compression, 9 best compression, -1 default compression '''optional'''<br/> '''memLevel''': (number) 1 uses minimum memory but is slow and reduces compression ratio; 9 uses maxim
    1 KB (135 words) - 23:38, 1 December 2023
  • ...where all elements are strings or numbers, returns table[i]..sep..table[i+1] ··· sep..table[j]. The default value for sep is the empty string, the default for i is 1, and the default for j is the length of the table. If i is greater than j,
    899 bytes (126 words) - 15:33, 13 July 2023
  • [rounding=0, rounding_corners=ImGui.CornerFlags_All, thickness=1]) '''alpha''': (number) the alpha value between 0 and 1<br/>
    2 KB (250 words) - 15:29, 13 July 2023
  • '''Example 1'''<br/> for loop=1,#result do
    2 KB (190 words) - 15:29, 13 July 2023
  • ...ignx''': (number) the window title align x value, '''usually between 0 and 1'''<br/> ...igny''': (number) the window title align y value, '''usually between 0 and 1'''<br/>
    661 bytes (78 words) - 15:29, 13 July 2023
  • local c = 1 c += 1
    723 bytes (88 words) - 15:32, 13 July 2023
  • If maxRadius < 1 then touch detection for leftPad is left half Screen and right half screen '''maxRadius''': (number) any number (if < 1 then half screen is max)<br/>
    740 bytes (87 words) - 15:27, 13 July 2023
  • Damping parameters should be between -1 and 1, with 0 meaning no damping, and 1 meaning full damping. We generally do not use linear damping because it mak
    1 KB (165 words) - 17:58, 12 July 2023
  • application:setBackgroundColor(vector(0.1, 0.5, 1, 1)) -- r, g, b, a
    813 bytes (89 words) - 17:37, 12 July 2023
  • '''fraction''': (number) the progress, between 0 and 1<br/> if x>1 then x=0 end
    1 KB (148 words) - 15:29, 13 July 2023
  • ...n takes two bitmaps as argument. 1 bitmap for the button ''up'' state, and 1 for the button ''down'' state. If only 1 bitmap is passed, it will be used for both up and down states.
    4 KB (562 words) - 19:17, 26 November 2023
  • self.animspeed = 1 / 7 -- 1 retrieve all anims in spritesheet
    4 KB (581 words) - 23:51, 18 November 2023
  • '''Available since:''' Gideros 2022.1<br/> ...ords, the function rounds away from zero: 0.5 rounds to 1; -0.5 rounds to -1.
    640 bytes (87 words) - 15:31, 13 July 2023
  • local c = 1 c += 1
    728 bytes (88 words) - 15:32, 13 July 2023
  • '''Example 1'''<br/> for loop=1,#result do
    1 KB (195 words) - 15:27, 13 July 2023
  • '''Available since:''' Gideros 2016.1<br/> print(media:getPixel(1, 1))
    742 bytes (91 words) - 15:27, 13 July 2023
  • ...is a prismatic joint, then the ratio will have units of length or units of 1/length. revoluteJoint:setMaxMotorTorque(1)
    2 KB (279 words) - 02:55, 1 December 2023
  • -- 1 we start ImGui drawlist:addCircle(128, 128, 64, 0x00ff00, 1, 32)
    792 bytes (92 words) - 15:29, 13 July 2023
  • -- 1 we start ImGui drawlist:addCircle(128, 128, 64, 0x00ff00, 1, 32)
    792 bytes (92 words) - 15:29, 13 July 2023
  • for i = 1, 10000000 do a += 1
    807 bytes (109 words) - 15:32, 13 July 2023
  • self.world:step(1/60, 8, 3) if bodyA.name == G_PLAYER then bodyA.numfloorcontacts += 1
    3 KB (409 words) - 15:26, 13 July 2023
  • will iterate over the pairs (1,t[1]), (2,t[2]), ..., up to the first integer key absent from the table.
    665 bytes (87 words) - 15:31, 13 July 2023
  • {name="vColor", type=Shader.DUBYTE, mult=4, slot=1, offset=0}, {name="g_Color", type=Shader.CFLOAT4, mult=1, sys=Shader.SYS_COLOR},
    2 KB (314 words) - 22:58, 4 November 2023

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