User contributions

From GiderosMobile
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 11:03, 23 August 2018 diff hist +246 N Math.ceilCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns smallest integer >= v <source lang="lua"> (number), = math.ceil(v,) </source> '''v:''' (num..."
  • 11:03, 23 August 2018 diff hist +300 N Shape:moveToCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new subpath with the given point.<br /> <br /> <source lang="lua"> = Shape:moveTo(xy,..."
  • 11:03, 23 August 2018 diff hist +379 N B2.PulleyJoint:getGroundAnchorBCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the x and y coordinates of the second ground anchor. <br /> <br /> <source lang="lua">..."
  • 11:03, 23 August 2018 diff hist +562 N UnpackCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the elements from the given table. This function is equivalent to return list[i], list[..."
  • 11:03, 23 August 2018 diff hist +784 N B2.createFrictionJointDefCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates and returns a friction joint definition table with the bodies and local anchors using a..."
  • 11:03, 23 August 2018 diff hist +376 N B2.PulleyJoint:getGroundAnchorACreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the x and y coordinates of the first ground anchor. <br /> <br /> <source lang="lua"> (..."
  • 11:03, 23 August 2018 diff hist +381 N Microphone:setOutputFileCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Sets the output file. If an output file is specified, captured audio is recorded to this file. You ca..."
  • 11:03, 23 August 2018 diff hist +296 N Event.APPLICATION SUSPENDCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when application is suspended (becomes inactive). It does not always mean th..."
  • 11:03, 23 August 2018 diff hist +288 N Ads:getYCreated page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Gets y position of the ad in Gideros logical dimensions, taking into consideration applied automatic..."
  • 11:03, 23 August 2018 diff hist +1 (global)
  • 11:03, 23 August 2018 diff hist +587 N EventDispatcher:addEventListenerCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Registers a listener function and an optional data value so that the listener function is calle..."
  • 11:03, 23 August 2018 diff hist +1,000 N B2.createDistanceJointDefCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates and returns a distance joint definition table with the bodies, anchors, and length usin..."
  • 11:03, 23 August 2018 diff hist +284 N Ads:getXCreated page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Gets x position of the ad in Gideros logical dimensions, taking into consideration applied automatic..."
  • 11:03, 23 August 2018 diff hist +199 N B2.Body:isBulletCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> <source lang="lua"> (bool), = b2.Body:isBullet() </source> '''Returns''' (bool) if body is s..."
  • 11:03, 23 August 2018 diff hist +162 N Particles:clearTextureCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Clear texture for all particles <source lang="lua"> = Particles:clearTexture() </source>"
  • 11:03, 23 August 2018 diff hist +227 N B2.ParticleSystem:destroyParticlesCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Destroys particles <source lang="lua"> = b2.ParticleSystem:destroyParticles(ids,) </source> '''ids:'''..."
  • 11:03, 23 August 2018 diff hist +330 N Notification:setTitleCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets the title text of local notification, usually used as app name. On Android title is displayed as..."
  • 11:03, 23 August 2018 diff hist +654 N LoadstringCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Gets the chunk from the given string. To load and run a given string, use the idiom `assert(lo..."
  • 11:03, 23 August 2018 diff hist +406 N Event.BANNER ACTION BEGINCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === This event is dispatched when the user clicks on an ad. At this time, the user will either be taken ou..."
  • 11:03, 23 August 2018 diff hist +221 N Mesh:getVertexArraySizeCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Get size of the Vertices array <source lang="lua"> (number), = Mesh:getVertexArraySize() </source> ''..."
  • 11:03, 23 August 2018 diff hist +531 N FBInstant.createShortcutAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3.1<br/> === Description === <br /> Prompts the user to create a shortcut to the game if they are eligible to Can only be called..."
  • 11:03, 23 August 2018 diff hist +354 N Coroutine.createCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Creates a new coroutine, with body f. f must be a Lua function. Returns this new coroutine, an object..."
  • 11:03, 23 August 2018 diff hist +1,336 N B2.Body:createFixtureCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a fixture and attach it to this body. If the density is non-zero, this function automat..."
  • 11:03, 23 August 2018 diff hist +1,021 N FBInstant.player.setStatsAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Set stats to be saved to the designated cloud storage of the current player.<br /> <br /> <sour..."
  • 11:03, 23 August 2018 diff hist +213 N Os.clockCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns CPU time used by program in seconds <source lang="lua"> (number), = os.clock() </source> '''Re..."
  • 11:03, 23 August 2018 diff hist +172 N Mesh:clearColorArrayCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Clears the color array.<br /> <br /> <source lang="lua"> = Mesh:clearColorArray() </source>"
  • 11:03, 23 August 2018 diff hist +263 N Application:getFpsCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns the frame rate of the application.<br /> <br /> <source lang="lua"> (number), = Appli..."
  • 11:03, 23 August 2018 diff hist +281 N B2.Body:getMassCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns the total mass of the body in kilograms (kg).<br /> <br /> <source lang="lua"> (numbe..."
  • 11:03, 23 August 2018 diff hist +399 N Sprite:setPositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the x, y and z coordinates of the sprite.<br /> <br /> <source lang="lua"> = Sprite:setPos..."
  • 11:03, 23 August 2018 diff hist +305 N Application:setWindowSizeCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.12<br/> === Description === Sets desktop window to a specific size <source lang="lua"> = Application:setWindowSize(widthheight..."
  • 11:03, 23 August 2018 diff hist +1,374 N Texture.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new Texture object.<br /> <br /> <source lang="lua"> = Texture.new(filenamefilteringo..."
  • 11:03, 23 August 2018 diff hist +302 N Mesh.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Creates a new `Mesh` object.<br /> <br /> <source lang="lua"> = Mesh.new(is3d,) </source> '..."
  • 11:03, 23 August 2018 diff hist +1,263 N Sprite:setStencilOperationCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.6<br/> === Description === Allows to set a stencil operation to be used when drawing this sprite.<br /> The table can contain..."
  • 11:03, 23 August 2018 diff hist +325 N B2.RevoluteJoint:setLimitsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the joint limits in radians. <br /> <br /> <source lang="lua"> = b2.RevoluteJoint:setLimit..."
  • 11:03, 23 August 2018 diff hist +515 N Matrix:rotateCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Combine existing rotation with provided. It takes a x,y,z vector and an angle, and rotate the matrix..."
  • 11:03, 23 August 2018 diff hist +803 N Table.concatCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Given an array where all elements are strings or numbers, returns table[i]..sep..table[i+1] ··· sep..."
  • 11:03, 23 August 2018 diff hist +414 N NotificationManager:unregisterForPushNotificationsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Unregister device from receiving push notifications. Basically this method invalidates the deviceToken..."
  • 11:03, 23 August 2018 diff hist +112 N Event.LEFT JOYSTICKCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event for movement of the left joystick"
  • 11:03, 23 August 2018 diff hist +949 N B2.Fixture:setFilterDataCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the contact filtering data. This will not update contacts until the next time step<br /> w..."
  • 11:03, 23 August 2018 diff hist +1 FBInstant.player
  • 11:03, 23 August 2018 diff hist +269 N B2.WheelJoint:getSpringFrequencyHzCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the spring frequency in hertz.<br /> <br /> <source lang="lua"> (number), = b2.WheelJoi..."
  • 11:03, 23 August 2018 diff hist +288 N B2.DistanceJoint:getDampingRatioCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the damping ratio of this distance joint.<br /> <br /> <source lang="lua"> (number), =..."
  • 11:03, 23 August 2018 diff hist +243 N B2.DebugDraw:appendFlagsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Append flags to the current flags.<br /> <br /> <source lang="lua"> = b2.DebugDraw:appendFlags(..."
  • 11:03, 23 August 2018 diff hist +839 N FBInstant.player.getPhotoCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> A url to the player's public profile photo. The photo will always be a square, and with dimensi..."
  • 11:03, 23 August 2018 diff hist +784 N FBInstant.player.flushDataAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Immediately flushes any changes to the player data to the designated cloud storage. This functi..."
  • 11:03, 23 August 2018 diff hist +453 N Io.typeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Checks whether obj is a valid file handle. Returns the string "file" if obj is an open file handle, "c..."
  • 11:03, 23 August 2018 diff hist +153 N Microphone:startCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Start recording with device. <source lang="lua"> = Microphone:start() </source>"
  • 11:03, 23 August 2018 diff hist +235 N Application:getApiVersionCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.08.2<br/> === Description === <br /> Returns the API version.<br /> <br /> <source lang="lua"> (string), = Application:getApiVers..."
  • 11:03, 23 August 2018 diff hist +583 N FBInstant.player.getStatsAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Retrieve stats from the designated cloud storage of the current player.<br /> <br /> <source la..."
  • 11:03, 23 August 2018 diff hist +449 N FBInstant.payments.getCatalogAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Fetches the game's product catalog.<br /> <br /> <source lang="lua"> = FBInstant.payments.getCa..."

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)