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 +266 N Math.asinCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns arc sine value of v in radians <source lang="lua"> (number), = math.asin(v,) </source> '''v:''..."
  • 11:03, 23 August 2018 diff hist +306 N Gaming:loadStateCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Load a data element from cloud storage. Either 'Event.STATE_LOADED`, `Event.STATE_ERROR` or `Event.ST..."
  • 11:03, 23 August 2018 diff hist +309 N Particles:getParticlePositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get position of particle <source lang="lua"> (number) (number), = Particles:getParticlePosition(i,) <..."
  • 11:03, 23 August 2018 diff hist +294 N B2.DistanceJoint:setFrequencyCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the mass-spring-damper frequency in Hertz.<br /> <br /> <source lang="lua"> = b2.DistanceJ..."
  • 11:03, 23 August 2018 diff hist +409 N B2.World:destroyJointCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Destroy a joint. This may cause the connected bodies to begin colliding. <br /> <br /> <ul&g..."
  • 11:03, 23 August 2018 diff hist +411 N B2.World:clearForcesCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Call this after you are done with time steps to clear the forces. You normally call this after..."
  • 11:03, 23 August 2018 diff hist +651 N Gaming:loadPlayerCenteredScoresCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Fetch player leaderboard entries. Either `Event.PLAYER_SCORE_COMPLETE` or `Event.PLAYER_SCORE_ERROR`..."
  • 11:03, 23 August 2018 diff hist +280 N Math.degCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns angle in degrees of radians rad <source lang="lua"> (number), = math.deg(rad,) </source> '''ra..."
  • 11:03, 23 August 2018 diff hist +108 N Event.DATA RECEIVEDCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Data has been received from a peer"
  • 11:03, 23 August 2018 diff hist +1,057 N TextureRegion.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new TextureRegion object.<br /> <br /> <source lang="lua"> = TextureRegion.new(textur..."
  • 11:03, 23 August 2018 diff hist +369 N Controller:vibrateCreated page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Vibrate the controller for provided amount of miliseconds. Works only if it is supported by the platf..."
  • 11:03, 23 August 2018 diff hist +73 N Event.ROOM AUTO MATCHINGCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description ==="
  • 11:03, 23 August 2018 diff hist +404 N Mesh:setVertexArrayCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Assigns new content to the vertex array, dropping all the elements contained in the vertex arr..."
  • 11:03, 23 August 2018 diff hist +260 N Event.POST SOLVECreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched after the reaction between box2d objects and contains some additional informa..."
  • 11:03, 23 August 2018 diff hist +1 TextureBase
  • 11:03, 23 August 2018 diff hist +507 N MovieClip:setGotoActionCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets a *goto* action to the specified frame. When the movie clip reaches a frame <br /> with go..."
  • 11:03, 23 August 2018 diff hist +1,093 N Coroutine.resumeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Starts or continues the execution of coroutine co. The first time you resume a coroutine, it starts ru..."
  • 11:03, 23 August 2018 diff hist +205 N Pixel:setWidthCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Sets the width of the pixel sprite. <source lang="lua"> = Pixel:setWidth(w,) </source> '''w:''' (numb..."
  • 11:03, 23 August 2018 diff hist +291 N Ads:getHeightCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Gets the height of the ad in Gideros logical dimensions, taking into consideration applied automatic s..."
  • 11:03, 23 August 2018 diff hist +167 N AlertDialog:hideCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Hides the alert dialog.<br /> <br /> <source lang="lua"> = AlertDialog:hide() </source>"
  • 11:03, 23 August 2018 diff hist +377 N Bit.lshiftCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns the bitwise logical left-shift by the number of bits given by the second argument. <source la..."
  • 11:03, 23 August 2018 diff hist +384 N Event.TOUCHES BEGINCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched on touch begin action. It is possible to generate this event using mouse acti..."
  • 11:03, 23 August 2018 diff hist +323 N Application:getLogicalTranslateXCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the translation of automatic screen scaling on the x-axis.<br /> <br /> <source lang="l..."
  • 11:03, 23 August 2018 diff hist +818 N FBInstant.payments.consumePurchaseAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Consumes a specific purchase belonging to the current player. Before provisioning a product's e..."
  • 11:03, 23 August 2018 diff hist +323 N Application:getLogicalTranslateYCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the translation of automatic screen scaling on the y-axis.<br /> <br /> <source lang="l..."
  • 11:03, 23 August 2018 diff hist +403 N Sprite:getPositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the x, y and z coordinates of the sprite.<br /> <br /> <source lang="lua"> (number) (nu..."
  • 11:03, 23 August 2018 diff hist +877 N TileMap:setTextureCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.2<br/> === Description === <br /> Change the tile texture/atlas used by the tilemap.<br /> <br /> <source lang="lua"> = TileMap:s..."
  • 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..."

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