User contributions

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

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

  • 11:05, 23 August 2018 diff hist +1,058 N Path2D:setPathCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Set path to draw, using string with commands represented as: <ul> <li>M - MoveTo, 2 values (x,y)</li>..."
  • 11:05, 23 August 2018 diff hist +264 N Sprite:getRotationCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the rotation of the sprite in degrees.<br /> <br /> <source lang="lua"> (number), = Spr..."
  • 11:05, 23 August 2018 diff hist +73 N Event.DISCONNECTED FROM ROOMCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description ==="
  • 11:05, 23 August 2018 diff hist +277 N SoundChannel:isPausedCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the paused state of the channel. <br /> <br /> <source lang="lua"> (bool), = SoundChan..."
  • 11:05, 23 August 2018 diff hist +949 N Core.randomCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.9<br/> === Description === Generate and return a pseudo random number. The random number sequence is guaranteed to be consistent..."
  • 11:05, 23 August 2018 diff hist +349 N Matrix:translateCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === combine existing translation with provided translation <source lang="lua"> = Matrix:translate(xyz,) <..."
  • 11:05, 23 August 2018 diff hist +1 Particles
  • 11:05, 23 August 2018 diff hist +144 N Event.LAYOUT RESIZEDCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.5<br/> === Description === Dispatched to a sprite when its size has been set by the layout system."
  • 11:05, 23 August 2018 diff hist +329 N Gaming.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Currently supports 'googleplay' for Android and 'gamekit' for iOS. <source lang="lua"> (Gaming), = Ga..."
  • 11:05, 23 August 2018 diff hist +1 Iad.Banner
  • 11:05, 23 August 2018 diff hist +264 N Sprite:getParentCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the `Sprite` object that contains this `Sprite` object.<br /> <br /> <source lang="lua"..."
  • 11:05, 23 August 2018 diff hist +471 N Matrix:setElementsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets all 6 elements of the matrix.<br /> <br /> <source lang="lua"> = Matrix:setElements(m11m12..."
  • 11:05, 23 August 2018 diff hist +243 N Matrix:setM12Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the value of the `m12` component for this `Matrix` instance.<br /> <br /> <source lang="lu..."
  • 11:05, 23 August 2018 diff hist +243 N Matrix:setM11Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the value of the `m11` component for this `Matrix` instance.<br /> <br /> <source lang="lu..."
  • 11:04, 23 August 2018 diff hist +318 N B2.World:setGravityCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the gravity vector.<br /> <br /> <source lang="lua"> = b2.World:setGravity(gravityxgravity..."
  • 11:04, 23 August 2018 diff hist +124 N Event.APPLICATION EXITCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when application is closed"
  • 11:04, 23 August 2018 diff hist +654 N Mesh:resizeTextureCoordinateArrayCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Resizes the texture coordinate array to contain `size` elements.<br /> <br /> If `size` is sma..."
  • 11:04, 23 August 2018 diff hist +260 N Pixel:setDimensionsCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Sets both width and height of the Pixel. <source lang="lua"> = Pixel:setDimensions(wh,) </source> '''..."
  • 11:04, 23 August 2018 diff hist +226 N B2.Contact:getFrictionCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns the friction.<br /> <br /> <source lang="lua"> (number), = b2.Contact:getFriction()..."
  • 11:04, 23 August 2018 diff hist +568 N Matrix:orthographicProjectionCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Replace this matrix by an orthographic projection suitable for the current 3D engine <source lang="lu..."
  • 11:04, 23 August 2018 diff hist +521 N PairsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns three values: an iterator function, the table t, and nil, so that the construction for..."
  • 11:04, 23 August 2018 diff hist +265 N Controller:getControllerNameCreated page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Get the name of controller <source lang="lua"> (string), = Controller:getControllerName(id,) </source..."
  • 11:04, 23 August 2018 diff hist +718 N Utf8.widthindexCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Return the character index at given location in string s. this is a reverse operation of utf8.width()..."
  • 11:04, 23 August 2018 diff hist +866 N FBInstant.context.chooseAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Opens a context selection dialog for the player. If the player selects an available context, th..."
  • 11:04, 23 August 2018 diff hist +2,223 N Application:configureFrustumCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === Configure the field of view (fov) and far clipping plane for 3D projection. Setting a fov of 0 se..."
  • 11:04, 23 August 2018 diff hist +336 N TexturePack:getTextureRegionCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the texture region of texture pack.<br /> <br /> <source lang="lua"> (TextureRegion), =..."
  • 11:04, 23 August 2018 diff hist +227 N B2.ParticleSystem:destroyParticleCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> === Description === Destroy particle by Id <source lang="lua"> = b2.ParticleSystem:destroyParticle(id,) </source> '''i..."
  • 11:04, 23 August 2018 diff hist +229 N Math.logCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns natural logarithm of v <source lang="lua"> (number), = math.log(v,) </source> '''v:''' (number..."
  • 11:04, 23 August 2018 diff hist +506 N Facebook:extendAccessTokenIfNeededCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Attempts to extend the access token. The access token expires after a certain amount of time a..."
  • 11:04, 23 August 2018 diff hist +310 N Application:getOrientationCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the orientation of the application.<br /> <br /> <source lang="lua"> (string), = Applic..."
  • 11:04, 23 August 2018 diff hist +486 N FBInstant.canCreateShortcutAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3.1<br/> === Description === <br /> Returns whether or not the user is eligible to have shortcut creation requested.<br /> <br />..."
  • 11:04, 23 August 2018 diff hist +783 N TextInputDialog:setInputTypeCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Sets the input (keyboard) type associated with the text field. The options are:<br /> <br /> &l..."
  • 11:04, 23 August 2018 diff hist +163 N Event.BANNER AD LOADEDCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === This event is dispatched when an ad becomes available, and will be displayed on the screen"
  • 11:04, 23 August 2018 diff hist +1 Event
  • 11:04, 23 August 2018 diff hist +530 N B2.World:stepCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Take a time step. This performs collision detection, integration, and constraint solution.<br /..."
  • 11:04, 23 August 2018 diff hist +399 N Gaming:resolveStateCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Resolve a conflict state in cloud storage. Either `Event.STATE_ERROR` or `Event.STATE_CONFLICT` will..."
  • 11:04, 23 August 2018 diff hist +302 N B2.Fixture:getBodyCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the parent body of this fixture. This is `nil` if the fixture is not attached.<br /> <b..."
  • 11:04, 23 August 2018 diff hist +815 N Matrix:getMatrixCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get all 16 elements of 4x4 matrix <source lang="lua"> (number) (number) (number) (number) (number) (n..."
  • 11:04, 23 August 2018 diff hist +277 N SoundChannel:getVolumeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current volume of the sound channel.<br /> <br /> <source lang="lua"> (number), = S..."
  • 11:04, 23 August 2018 diff hist +422 N Bit.tobitCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Normalizes a number to the numeric range for bit operations and returns it. This function is usually..."
  • 11:04, 23 August 2018 diff hist +311 N B2.DistanceJoint:getFrequencyCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the mass-spring-damper frequency of this distance joint in Hertz.<br /> <br /> <source..."
  • 11:04, 23 August 2018 diff hist +528 N Debug.getupvalueCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This function returns the name and the value of the upvalue with index up of the function func. The fu..."
  • 11:04, 23 August 2018 diff hist +101 N Event.REPORT SCORE COMPLETECreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Score successfully reported"
  • 11:04, 23 August 2018 diff hist +265 N TextureBase:getWidthCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the width of the texture in pixels.<br /> <br /> <source lang="lua"> (number), = Textur..."
  • 11:04, 23 August 2018 diff hist +95 N Event.AD FAILEDCreated page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Failed to retrieve ad"
  • 11:04, 23 August 2018 diff hist +256 N B2.WheelJoint:enableMotorCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Enables or disables the joint motor. <br /> <br /> <source lang="lua"> = b2.WheelJoint:enableMo..."
  • 11:04, 23 August 2018 diff hist +333 N B2.ChainShape:createLoopCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a loop. This automatically adjusts connectivity.<br /> <br /> <source lang="lua"> = b2...."
  • 11:04, 23 August 2018 diff hist +557 N FBInstant.getEntryPointDataCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Returns any data object associated with the entry point that the game was launched from. The c..."
  • 11:04, 23 August 2018 diff hist +1 FBInstant.context
  • 11:04, 23 August 2018 diff hist +113 N Event.RIGHT JOYSTICKCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event for movement of the right joystick"

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