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 +257 N Sprite:setScaleXCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the horizontal scale of the sprite.<br /> <br /> <source lang="lua"> = Sprite:setScaleX(sc..."
  • 11:04, 23 August 2018 diff hist +216 N Mesh:getColorArraySizeCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Get size of the Color array <source lang="lua"> (number), = Mesh:getColorArraySize() </source> '''Ret..."
  • 11:04, 23 August 2018 diff hist +310 N B2.PrismaticJoint:getJointTranslationCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current joint translation, usually in meters. <br /> <br /> <source lang="lua"> (nu..."
  • 11:04, 23 August 2018 diff hist +184 N SoundChannel:stopCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Stops the sound playing in the channel.<br /> <br /> <source lang="lua"> = SoundChannel:stop()..."
  • 11:04, 23 August 2018 diff hist +311 N Io.tmpfileCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns a handle for a temporary file. This file is opened in update mode and it is automatically remo..."
  • 11:04, 23 August 2018 diff hist +1,227 N Shader.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> === Description === Create new shader instance. The ‘Shader.new()’ constructor takes five arguments: - The path a..."
  • 11:04, 23 August 2018 diff hist +242 N Bitmap:setTextureRegionCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.08.2<br/> === Description === <br /> Sets the texture region.<br /> <br /> <source lang="lua"> = Bitmap:setTextureRegion(textureR..."
  • 11:04, 23 August 2018 diff hist +282 N NotificationManager:cancelNotificationCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Cancel specific scheduled notification by it's ID. Basically it's the same as creating new notificati..."
  • 11:04, 23 August 2018 diff hist +426 N Gyroscope:getRotationRateCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns the device's rate of rotation around three axes in radians per second.<br /> <br /..."
  • 11:04, 23 August 2018 diff hist +346 N Mesh:getVertexCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Returns x and y coordinate of the i-th element from vertex array <source lang="lua"> (number) (number..."
  • 11:04, 23 August 2018 diff hist +486 N B2.Joint:getReactionForceCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the reaction force on bodyB at the joint anchor in Newtons.<br /> <br /> <source lang="..."
  • 11:04, 23 August 2018 diff hist +300 N File:WriteCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Writes strings or numbers to file <source lang="lua"> = file:write(value1...,) </source> '''value1:'''..."
  • 11:04, 23 August 2018 diff hist +150 N Gaming:showAchievementsCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Show achievements. <source lang="lua"> = Gaming:showAchievements() </source>"
  • 11:04, 23 August 2018 diff hist +969 N FBInstant.shareAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> This invokes a dialog to let the user share specified content, either as a message in Messenger..."
  • 11:04, 23 August 2018 diff hist +73 N Event.PEER CONNECTEDCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description ==="
  • 11:04, 23 August 2018 diff hist +113 N Event.PLAYER INFORMATION ERRORCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Error while fetching player information"
  • 11:04, 23 August 2018 diff hist +261 N B2.Contact:getFixtureBCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns fixture B in this contact. <br /> <br /> <source lang="lua"> (b2.Fixture), = b2.Cont..."
  • 11:04, 23 August 2018 diff hist +261 N B2.Contact:getFixtureACreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns fixture A in this contact. <br /> <br /> <source lang="lua"> (b2.Fixture), = b2.Cont..."
  • 11:04, 23 August 2018 diff hist +482 N DofileCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Opens the named file and executes its contents as a Lua chunk. When called without arguments, dofile e..."
  • 11:04, 23 August 2018 diff hist +296 N Event.KEY UPCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Button on controller was released up __NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Descript..."
  • 11:04, 23 August 2018 diff hist +247 N Math.cosCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns cosine value of angle rad <source lang="lua"> (number), = math.cos(rad,) </source> '''rad:'''..."
  • 11:04, 23 August 2018 diff hist +1,208 N UrlLoader.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Creates a new `UrlLoader` object.<br /> <br /> `url` parameter specifies the URL to download...."
  • 11:04, 23 August 2018 diff hist +126 N Event.LOCATION UPDATECreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched on each user location update"
  • 11:04, 23 August 2018 diff hist +786 N FBInstant.context.createAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Attempts to create or switch into a context between a specified player and the current player...."
  • 11:04, 23 August 2018 diff hist +735 N Viewport:lookAtCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Set up the transform matrix of this viewport taking eye and target positions and up direction as argum..."
  • 11:04, 23 August 2018 diff hist +278 N NotificationManager:clearPushNotificationsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Clears the data about received push notifications that can be retrieved using `NotificationManager:get..."
  • 11:04, 23 August 2018 diff hist +626 N Coroutine.wrapCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Creates a new coroutine, with body f. f must be a Lua function. Returns a function that resumes the co..."
  • 11:04, 23 August 2018 diff hist +154 N Event.END CONTACTCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when collision is ended and objects have been separated."
  • 11:04, 23 August 2018 diff hist +265 N B2.Body:setAngleCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the current world rotation angle in radians.<br /> <br /> <source lang="lua"> = b2.Body:se..."
  • 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

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