User contributions

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

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

  • 11:05, 23 August 2018 diff hist +350 N Application:vibrateCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Vibrates the device. If the device doesn't support vibration, this function has no effect...."
  • 11:05, 23 August 2018 diff hist +135 N Gaming:getAllPlayersCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> <source lang="lua"> = Gaming:getAllPlayers() </source>"
  • 11:05, 23 August 2018 diff hist +352 N TextField:getLetterSpacingCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the letter-spacing property which is used to increase or decrease the space between cha..."
  • 11:05, 23 August 2018 diff hist +1 Zlib
  • 11:05, 23 August 2018 diff hist +342 N TextInputDialog:setSecureInputCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Sets whether the text object should hide the text being entered.<br /> <br /> <source lang="lua..."
  • 11:05, 23 August 2018 diff hist +257 N Application:getLanguageCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the user language in ISO 639-1 format.<br /> <br /> <source lang="lua"> (string), = App..."
  • 11:05, 23 August 2018 diff hist +243 N Controller:getPlayerCountCreated page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Returns amount of connected controllers <source lang="lua"> (number), = Controller:getPlayerCount() <..."
  • 11:05, 23 August 2018 diff hist +590 N Mesh:resizeIndexArrayCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Resizes the index array to contain `size` elements.<br /> <br /> If `size` is smaller than the..."
  • 11:05, 23 August 2018 diff hist +252 N Math.expCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns e^v <source lang="lua"> (number), = math.exp(v,) </source> '''v:''' (number) level of exponent..."
  • 11:05, 23 August 2018 diff hist +357 N Matrix:scaleCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === combine existing scale with provided scale <source lang="lua"> = Matrix:scale(x scaley scalez scale,)..."
  • 11:05, 23 August 2018 diff hist +322 N MovieClip:gotoAndPlayCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Goes to the specified frame and starts playing.<br /> <br /> <source lang="lua"> = MovieClip:go..."
  • 11:05, 23 August 2018 diff hist +1 Viewport
  • 11:05, 23 August 2018 diff hist +774 N ErrorCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Terminates the last protected function called and returns message as the error message. Function error..."
  • 11:05, 23 August 2018 diff hist +418 N FBInstant.player.getIDCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> A unique identifier for the player. A Facebook user's player ID will remain constant, and is sc..."
  • 11:05, 23 August 2018 diff hist +304 N B2.Body:setPositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the world body origin position.<br /> <br /> <source lang="lua"> = b2.Body:setPosition(xy,..."
  • 11:05, 23 August 2018 diff hist +267 N Particles:getParticleSizeCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get size of particle in pixels <source lang="lua"> (number), = Particles:getParticleSize(i,) </source..."
  • 11:05, 23 August 2018 diff hist +342 N B2.Body:getLinearVelocityCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the linear velocity of the center of mass.<br /> <br /> <source lang="lua"> (number) (n..."
  • 11:05, 23 August 2018 diff hist +438 N Sprite:getClipCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Returns the coordinates of the Sprite clip range if set with setClip <source lang="lua"> (number) (num..."
  • 11:05, 23 August 2018 diff hist +584 N FBInstant.context.getIDCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> A unique identifier for the current game context. This represents a specific context that the g..."
  • 11:05, 23 August 2018 diff hist +407 N Sprite:setScaleCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the horizontal, vertical and z axis scales of the sprite.<br /> <br /> <source lang="lua">..."
  • 11:05, 23 August 2018 diff hist +135 N Gaming:invitePlayersCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> <source lang="lua"> = Gaming:invitePlayers() </source>"
  • 11:05, 23 August 2018 diff hist +371 N Io.readCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Reading from default input, basically equivalent to io.input():read <source lang="lua"> (string), = io..."
  • 11:05, 23 August 2018 diff hist +391 N B2.Body:getLocalCenterCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns the local position of the center of mass. <br /> <br /> <source lang="lua"> (number)..."
  • 11:05, 23 August 2018 diff hist +263 N B2.MouseJoint:setFrequencyCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the response speed in Hertz.<br /> <br /> <source lang="lua"> = b2.MouseJoint:setFrequency..."
  • 11:05, 23 August 2018 diff hist +93 N Event.INVITATION RECEIVEDCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Invitation received"
  • 11:05, 23 August 2018 diff hist +361 N Notification:dispatchNowCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Dispatches notification right away. Note that based on app settings, user might not be able to see the..."
  • 11:05, 23 August 2018 diff hist +1 Screen
  • 11:05, 23 August 2018 diff hist +1 B2.Contact
  • 11:05, 23 August 2018 diff hist +2,603 N Iad.Banner.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Creates an `iad.Banner` instance. If iAd framework is not available, this function gives an err..."
  • 11:05, 23 August 2018 diff hist +559 N Sprite:addChildCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Adds a sprite as a child to this sprite. The child is<br /> added as a last child of this `Spri..."
  • 11:05, 23 August 2018 diff hist +383 N Event.TOUCHES MOVECreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched on touch move action. It is possible to generate this event using mouse actio..."
  • 11:05, 23 August 2018 diff hist +226 N Event.REQUEST PRODUCTS COMPLETECreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === This event is dispatched after the method `StoreKit:requestProducts` is called and completed request..."
  • 11:05, 23 August 2018 diff hist +89 N Event.ROOM CREATEDCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Room is created"
  • 11:05, 23 August 2018 diff hist +274 N Sound:getLengthCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the duration of the sound in milliseconds.<br /> <br /> <source lang="lua"> (number), =..."
  • 11:05, 23 August 2018 diff hist +433 N Geolocation.setAccuracyCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Sets the desired accuracy (in meters) of the location data. The receiver does its best to achie..."
  • 11:05, 23 August 2018 diff hist +1,232 N Os.dateCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns a string or a table containing date and time, formatted according to the given string format...."
  • 11:05, 23 August 2018 diff hist +167 N AlertDialog:showCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Shows the alert dialog.<br /> <br /> <source lang="lua"> = AlertDialog:show() </source>"
  • 11:05, 23 August 2018 diff hist +371 N Bit.bxorCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns the bitwise xor of its argument. <source lang="lua"> (number), = bit.bxor(x1x2,) </source> ''..."
  • 11:05, 23 August 2018 diff hist +306 N B2.DistanceJoint:getLengthCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the length of this distance joint, usually in meters.<br /> <br /> <source lang="lua">..."
  • 11:05, 23 August 2018 diff hist +335 N Math.powCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns v1 raised to the power of v2 <source lang="lua"> (number), = math.pow(v1v2,) </source> '''v1:'..."
  • 11:05, 23 August 2018 diff hist +131 N Gaming:sendToAllCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> <source lang="lua"> = Gaming:sendToAll() </source>"
  • 11:05, 23 August 2018 diff hist +499 N FBInstant.player.subscribeBotAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3.1<br/> === Description === <br /> Request that the player subscribe the bot associated to the game. The API will reject if the..."
  • 11:05, 23 August 2018 diff hist +207 N TextField:getLineHeightCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.08<br/> === Description === Get line height <source lang="lua"> (number), = TextField:getLineHeight() </source> '''Returns''' (nu..."
  • 11:05, 23 August 2018 diff hist +734 N Event.MOUSE MOVECreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when mouse is moved. It is possible to generate this event using touch action..."
  • 11:05, 23 August 2018 diff hist +133 N Gaming:getPlayerIdCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> <source lang="lua"> = Gaming:getPlayerId() </source>"
  • 11:05, 23 August 2018 diff hist +315 N B2.PolygonShape.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `b2.PolygonShape` instance.<br /> <br /> <source lang="lua"> (any) (any), = b2.Po..."
  • 11:05, 23 August 2018 diff hist +319 N Application:setLogicalDimensionsCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Sets the logical dimensions of the application.<br /> <br /> <source lang="lua"> = Applicatio..."
  • 11:05, 23 August 2018 diff hist +484 N B2.EdgeShape:setCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the two vertices of this instance.<br /> <br /> <source lang="lua"> = b2.EdgeShape:set(v1x..."
  • 11:05, 23 August 2018 diff hist +802 N B2.createRevoluteJointDefCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates and returns a revolute joint definition table with the bodies, local anchors, and refer..."
  • 11:05, 23 August 2018 diff hist +596 N Sprite:getBoundsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns a rectangle (as x, y, width and height) that encloses the sprite as it appears in anoth..."

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