Search results

From GiderosMobile
  • which can then be relatively easily copied and pasted into new pages. Run create-wiki-pages.lua without An example of a new paragraph.
    886 bytes (126 words) - 23:32, 6 October 2018
  • * '''#n''' -- from number (shortcut for int64.new(n)) * '''int64.new(n)''' -- from number
    1 KB (162 words) - 21:46, 10 June 2023
  • ...work with textures in an application. The Texture class lets you create a new Texture object to load from an image file and display in scene tree. wall = Shape.new()
    2 KB (252 words) - 15:33, 13 July 2023
  • ...lication:get("openDirectoryDialog", "Title", "C:/tmp/") -- "title", "path" NEW WAY ...:get("openDirectoryDialog", "Title", "C:\\tmp\\") -- "title", "path" win32 NEW WAY
    5 KB (725 words) - 10:38, 30 August 2023
  • * Control - N : New project * Control - D : Open a new line
    2 KB (317 words) - 15:42, 10 September 2018
  • --local sound = Sound.new("bgmusicloop.wav") local sound = Sound.new("bgmusicloop.mp3")
    2 KB (319 words) - 07:41, 31 August 2023
  • ...yLanguage/r3d.SphereShape.new|r3d.SphereShape.new]] ''<translate>creates a new collision sphere shape</translate>''<br/> <!-- GIDEROSMTD:r3d.SphereShape.new(radius) creates a new collision sphere shape -->
    883 bytes (125 words) - 02:16, 19 February 2020
  • ...cial:MyLanguage/r3d.BoxShape.new|r3d.BoxShape.new]] ''<translate>creates a new collision box shape</translate>''<br/> <!-- GIDEROSMTD:r3d.BoxShape.new(hX,hY,hZ) creates a new collision box shape -->
    847 bytes (129 words) - 02:10, 19 February 2020
  • Creates a new Matrix object with the specified parameters. (any) = Matrix.new(m11,m12,m21,m22,tx,ty)
    581 bytes (71 words) - 15:30, 13 July 2023
  • '''new''' Gideros 2023.11: implement '''application:set("statusBar")''' for Androi '''new''' Gideros 2022.1: implement '''application:set("wintabMode")'''
    4 KB (482 words) - 17:22, 31 May 2024
  • Instances in Gideros are created through the '''.new''' function. Consider the following examples: local sprite = Sprite.new()
    5 KB (843 words) - 23:14, 18 November 2023
  • <translate>Create a new Vogon</translate><br/> <syntaxhighlight lang="lua">local vogon = Vogon.new()</source>
    921 bytes (112 words) - 15:32, 13 July 2023
  • Creates a new [[Special:MyLanguage/b2.CircleShape|b2.CircleShape]] instance and optionall (any), (any) = b2.CircleShape.new(centerx,centery,radius)
    1 KB (160 words) - 18:19, 12 July 2023
  • '''effect''': (String) the effect to set new values to<br/> '''params''': (number) the new values of the effect<br/>
    1 KB (152 words) - 15:33, 13 July 2023
  • local videoSource = Theora.new("videos/file_example_OGG_480_1_7mg.ogg") ...es a new Ogg/Theora object''<br/><!--GIDEROSMTD:Theora.new(path) creates a new Ogg/Theora object-->
    876 bytes (104 words) - 15:31, 13 July 2023
  • ...we use the lines function, it offers an iterator function, which returns a new line from the file each time it is called. Therefore this is used as ...ult task. An easy way to update data is overwrite the entire file with the new data, but sometimes that can be very time consuming so the easier way is to
    9 KB (1,606 words) - 15:33, 13 July 2023
  • local font = TTFont.new("tahoma.ttf", 30) ...GIDEROSMTD:TTFont.new(filename,size,text,filtering,outlineSize) creates a new TTFont object -->
    963 bytes (121 words) - 15:33, 13 July 2023
  • Creates a new '''Shape''' object. Shape.new()
    206 bytes (23 words) - 15:32, 13 July 2023
  • Creates a new Sprite object. Sprite.new()
    204 bytes (23 words) - 15:33, 13 July 2023
  • Creates a new [[b2.DebugDraw]] instance. b2.DebugDraw.new()
    234 bytes (27 words) - 18:00, 12 July 2023

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