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 +461 N Utf8.codesCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Returns values so that the construction for p, c in utf8.codes(s) do body end will iterate over all c..."
  • 11:04, 23 August 2018 diff hist +197 N Notification:getNumberCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Retrieves the number of local notification that was previously set. <source lang="lua"> = Notification..."
  • 11:04, 23 August 2018 diff hist +287 N B2.WheelJoint:getJointTranslationCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current joint translation in meters.<br /> <br /> <source lang="lua"> (number), = b..."
  • 11:04, 23 August 2018 diff hist +245 N Gaming:getPlayerInfoCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Fetch player info. Either `Event.PLAYER_INFORMATION_COMPLETE` or `Event.PLAYER_INFORMATION_ERROR` wil..."
  • 11:04, 23 August 2018 diff hist +215 N Geolocation:stopUpdatingHeadingCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Stops the generation of updates that report the heading.<br /> <br /> <source lang="lua"> = Geo..."
  • 11:04, 23 August 2018 diff hist +575 N FBInstant.player.canSubscribeBotAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3.1<br/> === Description === <br /> Whether a player can subscribe to the game bot or not. Developer can only call subscribeBotAs..."
  • 11:04, 23 August 2018 diff hist +157 N Timer.stopAllCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Stop all timers.<br /> <br /> <source lang="lua"> = Timer.stopAll() </source>"
  • 11:04, 23 August 2018 diff hist +297 N Pixel:getTextureScaleCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Returns the texture scale for the Pixel <source lang="lua"> (number) (number), = Pixel:getTextureScale..."
  • 11:04, 23 August 2018 diff hist +263 N FBInstant.player.getNameCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> The player's localized display name.<br /> <br /> <source lang="lua"> (string), = FBInstant.pla..."
  • 11:04, 23 August 2018 diff hist +1,763 N B2.World:rayCastCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Ray-cast the world for all fixtures in the path of the ray. Your callback controls whether you..."
  • 11:04, 23 August 2018 diff hist +201 N Sprite:setRotationXCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Sets the rotation of the sprite in degrees around x axis.<br /> <source lang="lua"> = Sprit..."
  • 11:04, 23 August 2018 diff hist +278 N B2.WheelJoint:getMotorSpeedCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the motor speed in radians per second. <br /> <br /> <source lang="lua"> (number), = b2..."
  • 11:04, 23 August 2018 diff hist +193 N TextField:setFontCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.08<br/> === Description === set font to use <source lang="lua"> = TextField:setFont(font,) </source> '''font:''' (FontBase) font..."
  • 11:04, 23 August 2018 diff hist +256 N B2.Body:getAngularVelocityCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the angular velocity.<br /> <br /> <source lang="lua"> (number), = b2.Body:getAngularVe..."
  • 11:04, 23 August 2018 diff hist +201 N Sprite:setRotationYCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Sets the rotation of the sprite in degrees around y axis.<br /> <source lang="lua"> = Sprit..."
  • 11:04, 23 August 2018 diff hist +296 N Os.timerCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns precise time in seconds relative to some arbitrary point.<br /> <br /> <source lang="lu..."
  • 11:04, 23 August 2018 diff hist +326 N Particles:getParticleColorCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Get color and alpha value of particle <source lang="lua"> (color) (alpha), = Particles:getParticleCol..."
  • 11:04, 23 August 2018 diff hist +186 N UrlLoader:closeCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Terminates the current loading operation.<br /> <br /> <source lang="lua"> = UrlLoader:close(..."
  • 11:04, 23 August 2018 diff hist +543 N Sprite:setClipCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === Clip Sprite contents from provided x, y position to provided width and height Setting width or he..."
  • 11:04, 23 August 2018 diff hist +817 N B2.Body:applyLinearImpulseCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Applies an impulse at a point. This immediately modifies the velocity. It also<br /> modifies t..."
  • 11:04, 23 August 2018 diff hist +270 N FBInstant.setLoadingProgressCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Report the game's initial loading progress.<br /> <source lang="lua"> = FBInstant.setLoadingPro..."
  • 11:04, 23 August 2018 diff hist +316 N FBInstant.getPlatformCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> The platform on which the game is currently running.<br /> <br /> Can be "IOS", "ANDROID", "WEB..."
  • 11:04, 23 August 2018 diff hist +311 N B2.World:getGravityCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the gravity vector.<br /> <br /> <source lang="lua"> (number) (number), = b2.World:getG..."
  • 11:04, 23 August 2018 diff hist +567 N FBInstant.setSessionDataCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Sets the data associated with the individual gameplay session for the current context. This fu..."
  • 11:04, 23 August 2018 diff hist +1,222 N TileMap.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `TileMap` instance.<br /> <br /> <source lang="lua"> = TileMap.new(widthheighttex..."
  • 11:04, 23 August 2018 diff hist +1 B2.PrismaticJoint
  • 11:04, 23 August 2018 diff hist +280 N SoundChannel:isLoopingCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the looping state of the channel. <br /> <br /> <source lang="lua"> (bool), = SoundCha..."
  • 11:04, 23 August 2018 diff hist +632 N FBInstant.player.getSignedPlayerInfoAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Fetch the player's unique identifier along with a signature that verifies that the identifier i..."
  • 11:04, 23 August 2018 diff hist +239 N TextField:setTextCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the text to be displayed.<br /> <br /> <source lang="lua"> = TextField:setText(text,) </so..."
  • 11:04, 23 August 2018 diff hist +345 N B2.ParticleSystem:containsParticleCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Returns true of particle is within the particle system <source lang="lua"> (boolean), = b2.ParticleSys..."
  • 11:04, 23 August 2018 diff hist +255 N Utf8.reverseCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Returns a string that is the string s reversed. <source lang="lua"> (string), = utf8.reverse(s,) </so..."
  • 11:04, 23 August 2018 diff hist +268 N TextureBase:getHeightCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the height of the texture in pixels.<br /> <br /> <source lang="lua"> (number), = Textu..."
  • 11:04, 23 August 2018 diff hist +175 N UrlLoader:ignoreSslErrorsCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.18<br/> === Description === Ignores SSL certificate related errors <source lang="lua"> = UrlLoader:ignoreSslErrors() </source>"
  • 11:04, 23 August 2018 diff hist +307 N Event.PRE SOLVECreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is usually dispatched after `Event.BEGIN_CONTACT` and can be dispatched multiple times on e..."
  • 11:04, 23 August 2018 diff hist +504 N Camera.startCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Start live streaming of camera images to the specified Texture. <source lang="lua"> (number) (number),..."
  • 11:04, 23 August 2018 diff hist +311 N Event.ERRORCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched, when there is an error and `Geolocation` can not be used currently __NOTOC__..."
  • 11:04, 23 August 2018 diff hist +218 N Sprite:getSkewYCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Returns the y-skew of the Sprite <source lang="lua"> (number), = Sprite:getSkewY() </source> '''Return..."
  • 11:04, 23 August 2018 diff hist +126 N Event.REQUEST ERRORCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when a Facebook graph request has failed."
  • 11:04, 23 August 2018 diff hist +977 N NotificationManager:registerForPushNotificationsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Register device for receiveng push notifications. On Android this method accepts the string value of..."
  • 11:04, 23 August 2018 diff hist +1 X File
  • 11:04, 23 August 2018 diff hist +263 N B2.Body:isActiveCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the active state of the body.<br /> <br /> <source lang="lua"> (bool), = b2.Body:isActi..."
  • 11:04, 23 August 2018 diff hist +121 N Event.DIALOG COMPLETECreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when a Facebook dialog has finished."
  • 11:04, 23 August 2018 diff hist +645 N RenderTarget.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Creates new RenderTarget object <source lang="lua"> = RenderTarget.new(widthheightfilteringrepeatauto..."
  • 11:04, 23 August 2018 diff hist +1,656 N Pixel:setColorCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Sets the color of the Pixel <source lang="lua"> = Pixel:setColor(coloralpha,) </source> '''color:'''..."
  • 11:04, 23 August 2018 diff hist +381 N B2.RevoluteJoint:getMotorTorqueCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current motor torque given the inverse time step. Unit is N*m. <br /> <br /> <sourc..."
  • 11:04, 23 August 2018 diff hist +219 N Sprite:getSkewXCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Returns the sprite's X-skew (ie shear) <source lang="lua"> (number), = Sprite:getSkewX() </source> '''..."
  • 11:04, 23 August 2018 diff hist +364 N SoundChannel:getPitchCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.3<br/> === Description === <br /> Returns the current pitch of the sound channel. (Original pitch is 1)<br /> <br /> <source l..."
  • 11:04, 23 August 2018 diff hist +110 N Event.DISCONNECTEDCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event when controller is disconnected"
  • 11:04, 23 August 2018 diff hist +323 N Io.writeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Writes value to default output, basically equivalent to io.output():write. <source lang="lua"> = io.wr..."
  • 11:04, 23 August 2018 diff hist +308 N Cryptography.md5Created page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Compute the MD5 hash of the input string <source lang="lua"> (string), = Cryptography.md5(input,) </s..."

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