Search results

From GiderosMobile

Page title matches

  • '''NOTE:''' this page and other related '''file''' methods use an X before the name because wiki forbids creating pages starting with '''file''
    2 KB (331 words) - 08:54, 4 November 2023
  • 807 bytes (109 words) - 15:32, 13 July 2023
  • 286 bytes (34 words) - 15:32, 13 July 2023
  • 1 KB (190 words) - 15:32, 13 July 2023
  • 278 bytes (33 words) - 15:32, 13 July 2023
  • 293 bytes (32 words) - 15:32, 13 July 2023
  • 1 KB (194 words) - 15:32, 13 July 2023
  • Returns r, g, b, a values of pixel at x,y coordinate (RGB are in range of 0 to 255, alpha is in range of 0 to 1). (number), (number), (number), (number) = Media:getPixel(x, y)
    689 bytes (91 words) - 15:32, 13 July 2023
  • 200 bytes (21 words) - 15:32, 13 July 2023
  • 568 bytes (81 words) - 15:32, 13 July 2023
  • Sets r, g, b, a values to pixel at x,y coordinate (RGB are in range of 0 to 255, alpha is in range of 0 to 1). Media:setPixel(x, y, r, g, b, a)
    1 KB (153 words) - 15:32, 13 July 2023
  • 196 bytes (21 words) - 15:32, 13 July 2023
  • 199 bytes (25 words) - 15:32, 13 July 2023
  • 389 bytes (49 words) - 15:32, 13 July 2023
  • Draws another image on current one at specific x and y coordinates. You can provide either another media object or string pa Media:drawImage(x, y, media, alpha)
    552 bytes (81 words) - 15:32, 13 July 2023
  • 318 bytes (42 words) - 15:32, 13 July 2023
  • Draws a text at x,y coordinates with provided settings. Media:drawText(x, y, text, hexColor, fontSize, alpha)
    550 bytes (72 words) - 15:32, 13 July 2023
  • 394 bytes (49 words) - 15:32, 13 July 2023
  • '''x0''': (number) starting x coordinate of the line<br/> '''x1''': (number) ending x coordinate of the line<br/>
    664 bytes (95 words) - 15:32, 13 July 2023
  • 27 bytes (2 words) - 04:53, 4 January 2020

Page text matches

  • | pow || pow(x,y) || Returns x raised to the y power. | exp || exp(x) || Returns the natural exponentiation of x.
    487 bytes (80 words) - 02:45, 7 November 2023
  • Sets x position of the ad in Gideros logical dimensions, taking into consideration Ads:setX(x)
    339 bytes (42 words) - 17:59, 12 July 2023
  • x=a<>b -- faster than x=math.max(a,b) x=(x-1)<>5 -- decrement x, but don't go below 5
    1 KB (170 words) - 03:59, 1 December 2023
  • | abs || abs(x) || Returns the absolute of x. | sign || sign(x) || Returns the sign of x (-1, 0 or 1).
    2 KB (287 words) - 02:45, 7 November 2023
  • Returns the bitwise ''negation'' of x. (number) = bit32.bnot(x)
    516 bytes (62 words) - 15:26, 13 July 2023
  • Sets the x position. Matrix:setX(x)
    253 bytes (29 words) - 15:31, 13 July 2023
  • ...iable using Noise:noise([x, y, z]) OR Noise:noise2D(x, y) OR Noise:noise3D(x, y, z) methods, you only need to set noise type using Noise:setNoiseType(No (number) = Noise:whiteNoise4D(x, y, z, w)
    972 bytes (130 words) - 15:32, 13 July 2023
  • Sets the x coordinate of the Sprite. Sprite:setX(x)
    282 bytes (36 words) - 15:33, 13 July 2023
  • (number), (number) = Noise:gradientPerturb2D(x, y) '''x''': (number) <translate>x value</translate> <br/>
    608 bytes (69 words) - 15:31, 13 July 2023
  • (number), (number) = Noise:gradientPerturbFractal2D(x, y) '''x''': (number) <translate>x value</translate> <br/>
    615 bytes (69 words) - 15:31, 13 July 2023
  • | asin || asin(x) || Arc sine. Returns an angle whose sine is x. | acos || acos(x) || Arc cosine. Returns an angle whose cosine is x.
    1 KB (232 words) - 02:44, 7 November 2023
  • (number),(number),(number) = math.normalize(x,y,z) (table) = math.normalize({x,y,z})
    559 bytes (76 words) - 15:31, 13 July 2023
  • (number), (number), (number) = Noise:gradientPerturb3D(x, y, z) '''x''': (number) <translate>x value</translate> <br/>
    679 bytes (79 words) - 15:31, 13 July 2023
  • (number), (number), (number) = Noise:gradientPerturbFractal3D(x, y, z) '''x''': (number) <translate>x value</translate> <br/>
    686 bytes (79 words) - 15:31, 13 July 2023
  • Ads:setPosition(x,y) '''x''': (number) x position to set<br/>
    388 bytes (50 words) - 18:21, 12 July 2023
  • Screen:setPosition(x,y) '''x''': (number) the new x coordinate<br/>
    365 bytes (47 words) - 15:32, 13 July 2023
  • | length || float=length(x) || Returns the length of vector x. | dot || float=dot(x,y) || Returns the dot product of x and y.
    849 bytes (142 words) - 02:45, 7 November 2023
  • (number) = bit32.rrotate(x,disp) Returns the number x rotated disp bits to the right.
    826 bytes (109 words) - 15:27, 13 July 2023
  • Draws a text at x,y coordinates with provided settings. Media:drawText(x, y, text, hexColor, fontSize, alpha)
    550 bytes (72 words) - 15:32, 13 July 2023
  • Draws another image on current one at specific x and y coordinates. You can provide either another media object or string pa Media:drawImage(x, y, media, alpha)
    552 bytes (81 words) - 15:32, 13 July 2023

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