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 +1 String
  • 11:03, 23 August 2018 diff hist +1,696 N B2.createPulleyJointDefCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates and returns a pulley joint definition table with the bodies, anchors, lengths, max leng..."
  • 11:03, 23 August 2018 diff hist +276 N Matrix:getM21Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the value of the `m21` component for this `Matrix` instance.<br /> <br /> <source lang=..."
  • 11:03, 23 August 2018 diff hist +1,143 N NextCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Allows a program to traverse all fields of a table. Its first argument is a table and its second argum..."
  • 11:03, 23 August 2018 diff hist +682 N AlertDialog.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Creates a new `AlertDialog` object.<br /> <br /> <source lang="lua"> = AlertDialog.new(titleme..."
  • 11:03, 23 August 2018 diff hist +547 N Sprite:localToGlobalCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Converts the x,y coordinates from the sprite's (local) coordinates to the global coordinates.<b..."
  • 11:03, 23 August 2018 diff hist +325 N Facebook:setAppIdCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Initializes the Facebook library and sets App ID. This function should be called first before..."
  • 11:03, 23 August 2018 diff hist +157 N Event.AD ERRORCreated page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === There was an internal developer error, most probably something was not set up right"
  • 11:03, 23 August 2018 diff hist +261 N Event:getTargetCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the element on which the event listener was registered.<br /> <br /> <source lang="lua"..."
  • 11:03, 23 August 2018 diff hist +278 N B2.Body:setLinearDampingCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Sets the linear damping of the body. <br /> <br /> <source lang="lua"> = b2.Body:setLinearDam..."
  • 11:03, 23 August 2018 diff hist +150 N Event.APPLICATION RESIZECreated page with "__NOTOC__ '''Available since:''' Gideros 2015.03.22<br/> === Description === This event is dispatched when app window has changed its size on Desktops"
  • 11:03, 23 August 2018 diff hist +509 N Particles:setParticleDecayCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Configure decay values for the given particle <source lang="lua"> = Particles:setParticleDecay(idecayd..."
  • 11:03, 23 August 2018 diff hist +181 N B2.Body:setFixedRotationCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> <source lang="lua"> = b2.Body:setFixedRotation(flag,) </source> '''flag:''' (boolean) '''''..."
  • 11:03, 23 August 2018 diff hist +241 N MovieClip:gotoAndStopCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Goes to the specified frame and stops.<br /> <br /> <source lang="lua"> = MovieClip:gotoAndStop..."
  • 11:03, 23 August 2018 diff hist +871 N FBInstant.logEventCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Log an app event with FB Analytics. See https://developers.facebook.com/docs/javascript/referen..."
  • 11:03, 23 August 2018 diff hist +334 N Sprite:getMatrixCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the transformation matrix of the sprite. Each invocation of this function returns a new..."
  • 11:03, 23 August 2018 diff hist +197 N Timer:resetCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Stops the timer and sets the `currentCount` property to 0.<br /> <br /> <source lang="lua"> = T..."
  • 11:03, 23 August 2018 diff hist +279 N Pixel:getDimensionsCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Return the width and height of the Pixel <source lang="lua"> (number) (number), = Pixel:getDimensions(..."
  • 11:03, 23 August 2018 diff hist +628 N Io.inputCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === When called with a file name, it opens the named file (in text mode), and sets its handle as the defau..."
  • 11:03, 23 August 2018 diff hist +311 N Matrix:getPositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get position from matrix transformation <source lang="lua"> (number) (number) (number), = Matrix:getP..."
  • 11:03, 23 August 2018 diff hist +293 N Particles:setParticleTagCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === set the tag associated to the given particle. <source lang="lua"> = Particles:setParticleTag(itag,) </..."
  • 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..."

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