User contributions
From GiderosMobile
- 11:04, 23 August 2018 diff hist +136 N Gaming:getPlayerScore Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> <source lang="lua"> = Gaming:getPlayerScore() </source>"
- 11:04, 23 August 2018 diff hist +522 N RenderTarget:getPixels Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Returns buffer containing color and alpha data from provided rectangle <source lang="lua"> (buffer),..."
- 11:04, 23 August 2018 diff hist +1 Camera
- 11:04, 23 August 2018 diff hist +274 N Matrix:getTz Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === <br /> Returns the value of the `tz` component for this `Matrix` instance.<br /> <br /> <source lang=..."
- 11:04, 23 August 2018 diff hist +273 N Matrix:getTx Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the value of the `tx` component for this `Matrix` instance.<br /> <br /> <source lang="..."
- 11:04, 23 August 2018 diff hist +271 N Math.abs Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the absolute value of v. <source lang="lua"> (number), = math.abs(v,) </source> '''v:''' (numb..."
- 11:04, 23 August 2018 diff hist +157 N FBInstant.quit Created page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Quits the game.<br /> <br /> <source lang="lua"> = FBInstant.quit() </source>"
- 11:04, 23 August 2018 diff hist +274 N B2.RevoluteJoint:getJointAngle Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current joint angle in radians.<br /> <br /> <source lang="lua"> (number), = b2.Rev..."
- 11:04, 23 August 2018 diff hist +781 N UrlLoader:load Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Loads data from the specified URL. If there is any load operation in progress, it is terminat..."
- 11:04, 23 August 2018 diff hist +290 N Geolocation.getThreshold Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns the previously set minimum distance threshold.<br /> <br /> <source lang="lua"> (number..."
- 11:04, 23 August 2018 diff hist +654 N Flurry.endTimedEvent Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Use this function to end timed event before app exists, otherwise timed events automatically en..."
- 11:04, 23 August 2018 diff hist +1,097 N Utf8.find Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Looks for the first match of pattern in the string s. If it finds a match, then find returns the indi..."
- 11:04, 23 August 2018 diff hist +901 N B2.createWheelJointDef Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates and returns a wheel joint definition table.<br /> (Please refer to b2.World:createJoi..."
- 11:04, 23 August 2018 diff hist +299 N Matrix:setPosition Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === transform matrix for setting position <source lang="lua"> = Matrix:setPosition(xyz,) </source> '''x:'..."
- 11:04, 23 August 2018 diff hist +578 N Notification:dispatchAfter Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Dispatches notification after provided period of time. Optionally can provide repeat time interval, in..."
- 11:04, 23 August 2018 diff hist +1 Integer Divide Operator
- 11:04, 23 August 2018 diff hist +371 N Bit.band Created page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns the bitwise and of its argument. <source lang="lua"> (number), = bit.band(x1x2,) </source> ''..."
- 11:04, 23 August 2018 diff hist +1 Bitwise Operators
- 11:04, 23 August 2018 diff hist +132 N Event.BANNER AD FAILED Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === This event is dispatched when the loading of ad has failed."
- 11:04, 23 August 2018 diff hist +1 Macro Functions
- 11:04, 23 August 2018 diff hist +1 Application
- 11:04, 23 August 2018 diff hist +311 N B2.Body:setAwake Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2.1<br/> === Description === <br /> Set the sleep state of the body. A sleeping body has very low CPU cost.<br /> <br /> <sourc..."
- 11:04, 23 August 2018 diff hist +197 N Mesh:clearTextureCoordinateArray Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Clears the texture coordinate array.<br /> <br /> <source lang="lua"> = Mesh:clearTextureCoord..."
- 11:04, 23 August 2018 diff hist +401 N Sprite:removeChildAt Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Removes the child `Sprite` instance at the specifed index. Index of the first child is 1<br />..."
- 11:04, 23 August 2018 diff hist +351 N B2.Fixture:isSensor Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Is this fixture a sensor (non-solid)?<br /> <br /> <source lang="lua"> (any) (any), = b2.Fixtur..."
- 11:04, 23 August 2018 diff hist +223 N Geolocation:start Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Starts the generation of updates that report the current location and heading.<br /> <br /> <so..."
- 11:04, 23 August 2018 diff hist +323 N Sprite:getAlpha Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the alpha transparency of this sprite. 0 means fully transparent and 1 means fully opaq..."
- 11:04, 23 August 2018 diff hist +886 N Utf8.sub Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Returns the substring of s that starts at i and continues until j; i and j can be negative. If j is a..."
- 11:04, 23 August 2018 diff hist +258 N FBInstant.getSDKVersion Created page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> The platform on which the game is currently running.<br /> <br /> <source lang="lua"> (string),..."
- 11:04, 23 August 2018 diff hist +365 N Bit.bswap Created page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Swaps the bytes of its argument and returns it. This can be used to convert little-endian 32 bit numb..."
- 11:04, 23 August 2018 diff hist +1 Better and easier syntax for arrays
- 11:04, 23 August 2018 diff hist +267 N B2.Body:applyAngularImpulse Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Applies an angular impulse.<br /> <br /> <source lang="lua"> = b2.Body:applyAngularImpulse(impu..."
- 11:04, 23 August 2018 diff hist +554 N B2.Body:getWorldVector Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns the world coordinates of a vector given the local coordinates. <br /> <br /> <source..."
- 11:04, 23 August 2018 diff hist +333 N Matrix:setAnchorPosition Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === transform matrix for setting anchor position <source lang="lua"> = Matrix:setAnchorPosition(xyz,) </s..."
- 11:04, 23 August 2018 diff hist +1 Io
- 11:04, 23 August 2018 diff hist +101 N Event.PLAYER INFORMATION COMPLETE Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Received player information"
- 11:04, 23 August 2018 diff hist +170 N Camera.stop Created page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Stops live camera streaming and releases resources. <source lang="lua"> = camera.stop() </source>"
- 11:04, 23 August 2018 diff hist +73 N Event.ROOM CONNECTING Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description ==="
- 11:04, 23 August 2018 diff hist +421 N Accelerometer:getAcceleration Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns the 3-axis acceleration measured by the accelerometer.<br /> <br /> <source lang="lua">..."
- 11:04, 23 August 2018 diff hist +145 N Sprite.new Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Creates a new Sprite object <source lang="lua"> = Sprite.new() </source>"
- 11:04, 23 August 2018 diff hist +308 N Facebook:shouldExtendAccessToken Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Returns if the access token should be extended.<br /> <br /> <source lang="lua"> (bool), = Fac..."
- 11:04, 23 August 2018 diff hist +442 N EventDispatcher:hasEventListener Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Checks if the `EventDispatcher` object has a event listener registered for the specified type o..."
- 11:04, 23 August 2018 diff hist +416 N Core.asyncCall Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Launch function on separate thread as background task. Background threads are only executed when mai..."
- 11:04, 23 August 2018 diff hist +1,986 N Application:getDeviceInfo Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns information about device.<br /> <br /> - For iOS, returns 5 values: "iOS", iO..."
- 11:04, 23 August 2018 diff hist +1,284 N Pixel.new Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Create new pixel <source lang="lua"> = Pixel.new(coloralphawidthheight,) </source> '''color:''' (numb..."
- 11:04, 23 August 2018 diff hist +345 N Matrix:getAnchorPosition Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get anchor position from matrix transformation <source lang="lua"> (number) (number) (number), = Matr..."
- 11:04, 23 August 2018 diff hist +94 N Event.JOINED ROOM Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Room has been joined"
- 11:04, 23 August 2018 diff hist +172 N Mesh:clearIndexArray Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Clears the index array.<br /> <br /> <source lang="lua"> = Mesh:clearIndexArray() </source>"
- 11:04, 23 August 2018 diff hist +306 N Sprite:removeChild Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Removes the specified child `Sprite` instance from the child list of this `Sprite` instance.<br..."
- 11:04, 23 August 2018 diff hist +140 N Path2D.new Created page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Creates Path2D object <source lang="lua"> = Path2D.new() </source>"