User contributions

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

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

  • 11:04, 23 August 2018 diff hist +262 N B2.Body:getGravityScaleCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2.1<br/> === Description === <br /> Returns the gravity scale of the body. <br /> <br /> <source lang="lua"> (number), = b2.Bod..."
  • 11:04, 23 August 2018 diff hist +321 N Event.TRANSACTIONCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === This event is dispatched when a transaction is updated. The event listener should process all succes..."
  • 11:04, 23 August 2018 diff hist +450 N FBInstant.getEntryPointAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Returns the entry point that the game was launched from.<br /> <br /> <source lang="lua"> = FBI..."
  • 11:04, 23 August 2018 diff hist +288 N Application:getScaleModeCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns the automatic scale mode of the application.<br /> <br /> <source lang="lua"> (string..."
  • 11:04, 23 August 2018 diff hist +665 N SetfenvCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets the environment to be used by the given function. f can be a Lua function or a number that specif..."
  • 11:04, 23 August 2018 diff hist +198 N Matrix:getScaleXCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get scale on x axis <source lang="lua"> (number), = Matrix:getScaleX() </source> '''Returns''' (numbe..."
  • 11:04, 23 August 2018 diff hist +243 N Controller:getPlayersCreated page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Returns table with controller IDs <source lang="lua"> (table), = Controller:getPlayers() </source> ''..."
  • 11:04, 23 August 2018 diff hist +271 N Json.decodeCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns Lua table from provided json encoded string <source lang="lua"> = json.decode(jsondata,) </so..."
  • 11:04, 23 August 2018 diff hist +198 N Matrix:getScaleYCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get scale on y axis <source lang="lua"> (number), = Matrix:getScaleY() </source> '''Returns''' (numbe..."
  • 11:04, 23 August 2018 diff hist +198 N Matrix:getScaleZCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get scale on z axis <source lang="lua"> (number), = Matrix:getScaleZ() </source> '''Returns''' (numbe..."
  • 11:04, 23 August 2018 diff hist +330 N B2.Contact:setRestitutionCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Overrides the default restitution mixture. You can call this in pre-solve event. This value..."
  • 11:04, 23 August 2018 diff hist +400 N Mesh:setVertexCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets a vertex at vertex array. Indices are start from 1. If the vertex array is not large enou..."
  • 11:04, 23 August 2018 diff hist +225 N B2.GearJoint:setRatioCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the gear ratio. <br /> <br /> <source lang="lua"> = b2.GearJoint:setRatio(ratio,) </source..."
  • 11:04, 23 August 2018 diff hist +256 N Io.closeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Equivalent to `file:close`. Without a file, closes the default output file. <source lang="lua"> = io.c..."
  • 11:04, 23 August 2018 diff hist +592 N Matrix.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new Matrix object with the specified parameters.<br /> <br /> <source lang="lua"> (an..."
  • 11:04, 23 August 2018 diff hist +548 N Sprite:swapChildrenAtCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Swaps two child sprites at specifed indexes. Each index must be between 1<br /> and the ind..."
  • 11:04, 23 August 2018 diff hist +205 N B2.Body:isFixedRotationCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> <source lang="lua"> (bool), = b2.Body:isFixedRotation() </source> '''Returns''' (bool) if bo..."
  • 11:04, 23 August 2018 diff hist +875 N Sprite:setCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the specified property of this sprite instance by its name. These names are supported:<br..."
  • 11:04, 23 August 2018 diff hist +259 N B2.RevoluteJoint:enableLimitCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Enables or disables the joint limit. <br /> <br /> <source lang="lua"> = b2.RevoluteJoint:enabl..."
  • 11:04, 23 August 2018 diff hist +234 N B2.WeldJoint:setDampingRatioCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets damping ratio. <br /> <br /> <source lang="lua"> = b2.WeldJoint:setDampingRatio(damping,)..."
  • 11:04, 23 August 2018 diff hist +1 UrlLoader
  • 11:04, 23 August 2018 diff hist +789 N TileMap:setTileCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the index of the tile. The tile indices are starting from 1.<br /> <br /> <source lang="lu..."
  • 11:04, 23 August 2018 diff hist +322 N Application:getLocaleCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the device locale. The locale string is a combination of ISO 639-1 and ISO 3166-1. For..."
  • 11:04, 23 August 2018 diff hist +747 N Debug.setlocalCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This function assigns the value value to the local variable with index local of the function at level..."
  • 11:04, 23 August 2018 diff hist +1,382 N Event.REQUEST PURCHASE COMPLETECreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when `GoogleBilling:requestPurchase` function completes with these response codes: `Google..."
  • 11:04, 23 August 2018 diff hist +283 N Viewport:setContentCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Specify which sprite should be displayed by this Viewport <source lang="lua"> = Viewport:setContent(c..."
  • 11:04, 23 August 2018 diff hist +267 N Pixel:setTexturePositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets the texture's position <source lang="lua"> = Pixel:setTexturePosition(xy,) </source> '''x:''' (nu..."
  • 11:04, 23 August 2018 diff hist +1 RenderTarget
  • 11:04, 23 August 2018 diff hist +571 N Notification:dispatchOnCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Dispatches notification on provided date in device's timezone. Optionally you can provide repeat time..."
  • 11:04, 23 August 2018 diff hist +276 N Bit.bnotCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns the bitwise not of its argument. <source lang="lua"> (number), = bit.bnot(x,) </source> '''x:..."
  • 11:04, 23 August 2018 diff hist +631 N Sprite:getWidthCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the width of the sprite, in pixels. The width is calculated based on the<br /> bounds o..."
  • 11:04, 23 August 2018 diff hist +988 N FBInstant.switchGameAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Request that the client switch to a different Instant Game. The API will reject if the switch f..."
  • 11:04, 23 August 2018 diff hist +249 N Event:getTypeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns a string that represents the type of the event.<br /> <br /> <source lang="lua"> (strin..."
  • 11:04, 23 August 2018 diff hist +1 Trigonometry Conversion Operators
  • 11:04, 23 August 2018 diff hist +1 Binary Numbers
  • 11:04, 23 August 2018 diff hist +161 N Timer.resumeAllCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Resume all timers.<br /> <br /> <source lang="lua"> = Timer.resumeAll() </source>"
  • 11:04, 23 August 2018 diff hist +252 N SoundChannel:setPausedCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the paused state of the channel. <br /> <br /> <source lang="lua"> = SoundChannel:setPaus..."
  • 11:04, 23 August 2018 diff hist +225 N B2.Fixture:setSensorCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets if this fixture is a sensor.<br /> <br /> <source lang="lua"> = b2.Fixture:setSensor(senso..."
  • 11:04, 23 August 2018 diff hist +186 N Gyroscope:startCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Starts the generation of gyroscope samples.<br /> <br /> <source lang="lua"> = Gyroscope:start(..."
  • 11:04, 23 August 2018 diff hist +289 N Particles:getParticleTtlCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get initial time to live of particle <source lang="lua"> (number), = Particles:getParticleTtl(i,) </s..."
  • 11:04, 23 August 2018 diff hist +721 N String.charCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Receives zero or more integers. Returns a string with length equal to the number of arguments, in whic..."
  • 11:04, 23 August 2018 diff hist +407 N FBInstant.context.getTypeCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> The type of the current game context. POST - A facebook post. THREAD - A messenger thread. GROU..."
  • 11:04, 23 August 2018 diff hist +570 N Viewport:lookAnglesCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Set up the transform matrix of this viewport taking eye position and pitch,yaw,roll angles as argument..."
  • 11:04, 23 August 2018 diff hist +1 B2.ChainShape
  • 11:04, 23 August 2018 diff hist +428 N Utf8.upperCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Receives a string and returns a copy of this string with all lowercase letters changed to uppercase...."
  • 11:04, 23 August 2018 diff hist +2,783 N B2.World:createBodyCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a rigid body given a definition. The body definition is given as an ordinary table. The..."
  • 11:04, 23 August 2018 diff hist +260 N B2.PrismaticJoint:enableMotorCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Enables or disables the joint motor. <br /> <br /> <source lang="lua"> = b2.PrismaticJoint:enab..."
  • 11:04, 23 August 2018 diff hist +477 N Gaming:reportAchievementCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Update achievement progress. Either `Event.REPORT_ACHIEVEMENTS_COMPLETE` or `Event.REPORT_ACHIEVEMENT..."
  • 11:04, 23 August 2018 diff hist +299 N Os.exitCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Calls the C function exit, with an optional code, to terminate the host program. The default value for..."
  • 11:04, 23 August 2018 diff hist +1 Sound

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