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 +400 N Particles:getParticleSpeedCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Get speed of particle <source lang="lua"> (number) (number) (number) (number), = Particles:getParticl..."
  • 11:03, 23 August 2018 diff hist +138 N Gaming:getPlayerPictureCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> <source lang="lua"> = Gaming:getPlayerPicture() </source>"
  • 11:03, 23 August 2018 diff hist +882 N FBInstant.context.isSizeBetweenCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> This function determines whether the number of participants in the current game context is betw..."
  • 11:03, 23 August 2018 diff hist +247 N Matrix:multiplyCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Multiply current matrix with new one <source lang="lua"> = Matrix:multiply(matrix,) </source> '''matr..."
  • 11:03, 23 August 2018 diff hist +244 N Path2D:setConvexCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Flag this shape as convex. Convex shapes can be rendered faster. <source lang="lua"> = Path2D:setConv..."
  • 11:03, 23 August 2018 diff hist +1 NotificationManager
  • 11:03, 23 August 2018 diff hist +274 N Gaming:showLeaderboardCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Show the specified leaderboard <source lang="lua"> = Gaming:showLeaderboard(leaderboardId,) </source>..."
  • 11:03, 23 August 2018 diff hist +1 Universal Bytecode
  • 11:03, 23 August 2018 diff hist +303 N B2.DistanceJoint:setDampingRatioCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the damping ratio of this distance joint. 0 = no damping, 1 = critical damping. <br /> <br..."
  • 11:03, 23 August 2018 diff hist +327 N Viewport:setTransformCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Specify a matrix by which the content will be transformed before being displayed. <source lang="lua">..."
  • 11:03, 23 August 2018 diff hist +1 Geolocation
  • 11:03, 23 August 2018 diff hist +1 B2.CircleShape
  • 11:03, 23 August 2018 diff hist +172 N Notification:getIdCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns user assigned ID of local notification <source lang="lua"> = Notification:getId() </source>"
  • 11:03, 23 August 2018 diff hist +298 N Timer:setDelayCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the time interval between timer events in milliseconds.<br /> <br /> <source lang="lua"> =..."
  • 11:03, 23 August 2018 diff hist +594 N Core.profilerReportCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Returns an associative array of tables describing CPU usage of lua functions. Each table in the array..."
  • 11:03, 23 August 2018 diff hist +815 N TextureRegion:getRegionCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.08.2<br/> === Description === <br /> Returns the coordinates of the region.<br /> If transparent areas were trimmed during textur..."
  • 11:03, 23 August 2018 diff hist +250 N Event.APPLICATION BACKGROUNDCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === This event is dispatched when application gets sent to background. Sent to background also means appl..."
  • 11:03, 23 August 2018 diff hist +361 N Sprite:setVisibleCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets whether or not the sprite is visible. Sprites that are not visible are also taken<br /> in..."
  • 11:03, 23 August 2018 diff hist +726 N Sound:playCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `SoundChannel` object to play the sound. By using the retured `SoundChannel` obje..."
  • 11:03, 23 August 2018 diff hist +331 N Math.frexpCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns m and e such that v = m2^e, e is an integer and the absolute value of m is in the range [0.5,..."
  • 11:03, 23 August 2018 diff hist +276 N Matrix:getM12Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the value of the `m12` component for this `Matrix` instance.<br /> <br /> <source lang=..."
  • 11:03, 23 August 2018 diff hist +276 N Matrix:getM11Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the value of the `m11` component for this `Matrix` instance.<br /> <br /> <source lang=..."
  • 11:03, 23 August 2018 diff hist +125 N Event.APPLICATION STARTCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when application is started"
  • 11:03, 23 August 2018 diff hist +1,420 N Debug.getinfoCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns a table with information about a function. You can give the function directly, or you can give..."
  • 11:03, 23 August 2018 diff hist +235 N B2.Contact:getRestitutionCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns the restitution.<br /> <br /> <source lang="lua"> (number), = b2.Contact:getRestitut..."
  • 11:03, 23 August 2018 diff hist +316 N Matrix:setScaleCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === transform matrix for setting scale <source lang="lua"> = Matrix:setScale(xyz,) </source> '''x:''' (nu..."
  • 11:03, 23 August 2018 diff hist +965 N B2.createPrismaticJointDefCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates and returns a prismatic joint definition table with the bodies, anchors, axis, and refe..."
  • 11:03, 23 August 2018 diff hist +232 N Sprite:setMatrixCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the transformation matrix of the sprite.<br /> <br /> <source lang="lua"> = Sprite:setMatr..."
  • 11:03, 23 August 2018 diff hist +269 N Particles:getParticleTagCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === returns the tag associated to the given particle <source lang="lua"> (string), = Particles:getParticle..."
  • 11:03, 23 August 2018 diff hist +227 N Facebook:setAccessTokenCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets the access token.<br /> <br /> <source lang="lua"> = Facebook:setAccessToken(accessToken,..."
  • 11:03, 23 August 2018 diff hist +290 N Table.getnCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns size of table, or n field, or table.setn value, or 1 less first index with nil value\n [Deprec..."
  • 11:03, 23 August 2018 diff hist +349 N Flurry.isAvailableCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns `true` if Flurry is available for this platform. Currently, Flurry is available only fo..."
  • 11:03, 23 August 2018 diff hist +169 N Ads:enableTestingCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Enable testing ads if supported by framework <source lang="lua"> = Ads:enableTesting() </source>"
  • 11:03, 23 August 2018 diff hist +262 N Math.tanCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns tangent value of angle rad <source lang="lua"> (number), = math.tan(rad,) </source> '''rad:'''..."
  • 11:03, 23 August 2018 diff hist +73 N Event.PEER JOINEDCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description ==="
  • 11:03, 23 August 2018 diff hist +201 N B2.World:setDebugDrawCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Registers a b2.DebugDraw instance for debug drawing.<br /> <br /> <source lang="lua"> = b2.Worl..."
  • 11:03, 23 August 2018 diff hist +1 FontBase
  • 11:03, 23 August 2018 diff hist +292 N B2.RevoluteJoint:setMaxMotorTorqueCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the maximum motor torque, usually in N-m. <br /> <br /> <source lang="lua"> = b2.RevoluteJ..."
  • 11:03, 23 August 2018 diff hist +1,445 N Debug.sethookCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets the given function as a hook. The string mask and the number count describe when the hook will be..."
  • 11:03, 23 August 2018 diff hist +319 N Application:getLogicalWidthCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the logical width of the application that is specified at the project properties.<br />..."
  • 11:03, 23 August 2018 diff hist +303 N Mesh:setVerticesCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets zero or more vertices at vertex array with a single function call. It accepts multiple va..."
  • 11:03, 23 August 2018 diff hist +252 N TextInputDialog:getTextCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns the text on the text field.<br /> <br /> <source lang="lua"> (string), = TextInputDialo..."
  • 11:03, 23 August 2018 diff hist +1 EventDispatcher
  • 11:03, 23 August 2018 diff hist +194 N Event.TIMERCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched on every `Timer` repeat until timer is stopped or the provided amount of repe..."
  • 11:03, 23 August 2018 diff hist +628 N Utf8.matchCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Looks for the first match of pattern in the string s. If it finds one, then match returns the capture..."
  • 11:03, 23 August 2018 diff hist +296 N Math.ldexpCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns v12^v2 (v2 should be an integer). <source lang="lua"> (number), = math.ldexp(v1v2,) </source>..."
  • 11:03, 23 August 2018 diff hist +182 N Event.STATE CONFLICTCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === A conflict was detected between local data and server data. <br/> Call `Gaming:resolveState` to fi..."
  • 11:03, 23 August 2018 diff hist +258 N B2.MouseJoint:getMaxForceCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the maximum force in Newtons.<br /> <br /> <source lang="lua"> (number), = b2.MouseJoin..."
  • 11:03, 23 August 2018 diff hist +869 N Os.timeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the current time when called without arguments, or a time representing the date and time speci..."
  • 11:03, 23 August 2018 diff hist +1 KeyCode

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