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 +571 N Notification:dispatchOnCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Dispatches notification on provided date in device's timezone. Optionally you can provide repeat time..."
  • 11:04, 23 August 2018 diff hist +276 N Bit.bnotCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns the bitwise not of its argument. <source lang="lua"> (number), = bit.bnot(x,) </source> '''x:..."
  • 11:04, 23 August 2018 diff hist +631 N Sprite:getWidthCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the width of the sprite, in pixels. The width is calculated based on the<br /> bounds o..."
  • 11:04, 23 August 2018 diff hist +988 N FBInstant.switchGameAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Request that the client switch to a different Instant Game. The API will reject if the switch f..."
  • 11:04, 23 August 2018 diff hist +249 N Event:getTypeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns a string that represents the type of the event.<br /> <br /> <source lang="lua"> (strin..."
  • 11:04, 23 August 2018 diff hist +1 Trigonometry Conversion Operators
  • 11:04, 23 August 2018 diff hist +1 Binary Numbers
  • 11:04, 23 August 2018 diff hist +161 N Timer.resumeAllCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Resume all timers.<br /> <br /> <source lang="lua"> = Timer.resumeAll() </source>"
  • 11:04, 23 August 2018 diff hist +252 N SoundChannel:setPausedCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the paused state of the channel. <br /> <br /> <source lang="lua"> = SoundChannel:setPaus..."
  • 11:04, 23 August 2018 diff hist +225 N B2.Fixture:setSensorCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets if this fixture is a sensor.<br /> <br /> <source lang="lua"> = b2.Fixture:setSensor(senso..."
  • 11:04, 23 August 2018 diff hist +186 N Gyroscope:startCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Starts the generation of gyroscope samples.<br /> <br /> <source lang="lua"> = Gyroscope:start(..."
  • 11:04, 23 August 2018 diff hist +289 N Particles:getParticleTtlCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get initial time to live of particle <source lang="lua"> (number), = Particles:getParticleTtl(i,) </s..."
  • 11:04, 23 August 2018 diff hist +721 N String.charCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Receives zero or more integers. Returns a string with length equal to the number of arguments, in whic..."
  • 11:04, 23 August 2018 diff hist +407 N FBInstant.context.getTypeCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> The type of the current game context. POST - A facebook post. THREAD - A messenger thread. GROU..."
  • 11:04, 23 August 2018 diff hist +570 N Viewport:lookAnglesCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Set up the transform matrix of this viewport taking eye position and pitch,yaw,roll angles as argument..."
  • 11:04, 23 August 2018 diff hist +1 B2.ChainShape
  • 11:04, 23 August 2018 diff hist +428 N Utf8.upperCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Receives a string and returns a copy of this string with all lowercase letters changed to uppercase...."
  • 11:04, 23 August 2018 diff hist +2,783 N B2.World:createBodyCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a rigid body given a definition. The body definition is given as an ordinary table. The..."
  • 11:04, 23 August 2018 diff hist +260 N B2.PrismaticJoint:enableMotorCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Enables or disables the joint motor. <br /> <br /> <source lang="lua"> = b2.PrismaticJoint:enab..."
  • 11:04, 23 August 2018 diff hist +477 N Gaming:reportAchievementCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Update achievement progress. Either `Event.REPORT_ACHIEVEMENTS_COMPLETE` or `Event.REPORT_ACHIEVEMENT..."
  • 11:04, 23 August 2018 diff hist +299 N Os.exitCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Calls the C function exit, with an optional code, to terminate the host program. The default value for..."
  • 11:04, 23 August 2018 diff hist +1 Sound
  • 11:04, 23 August 2018 diff hist +166 N Shape.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `Shape` object.<br /> <br /> <source lang="lua"> = Shape.new() </source>"
  • 11:04, 23 August 2018 diff hist +762 N GoogleBilling:requestPurchaseCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> This request sends a purchase message to the Google Play application and is the foundation of..."
  • 11:04, 23 August 2018 diff hist +255 N MovieClip:getFrameCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current frame of the MovieClip.<br /> <br /> <source lang="lua"> (number), = Movi..."
  • 11:04, 23 August 2018 diff hist +286 N Sprite:setShaderCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> === Description === Set shader for this sprite. If nil is provided, sets default shader for current object <source lan..."
  • 11:04, 23 August 2018 diff hist +678 N GoogleBilling:checkBillingSupportedCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> This request verifies that the Google Play application supports in-app billing.<br /> You usua..."
  • 11:04, 23 August 2018 diff hist +272 N Timer:isRunningCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current running status of timer.<br /> <br /> <source lang="lua"> (bool), = Timer:i..."
  • 11:04, 23 August 2018 diff hist +302 N Screen:setPositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Attempts to position this screen or window, if allowed by the platform. <source lang="lua"> = Screen:s..."
  • 11:04, 23 August 2018 diff hist +1 B2
  • 11:04, 23 August 2018 diff hist +310 N TextField:setTextColorCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> <br /> Sets the color of the text in a text field in hexadecimal format.<br /> <br /> <br /> <s..."
  • 11:04, 23 August 2018 diff hist +218 N B2.Contact:resetRestitutionCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Resets the restitution mixture to the default value. <br /> <br /> <br /> <source lang="lua"..."
  • 11:04, 23 August 2018 diff hist +355 N Ads:showAdCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Display provided ad type with any other additional information. For the possible values check [http://..."
  • 11:04, 23 August 2018 diff hist +377 N Os.renameCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Renames file or directory named oldname to newname. If this function fails, it returns nil, plus a str..."
  • 11:04, 23 August 2018 diff hist +256 N B2.MouseJoint:setMaxForceCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the maximum force in Newtons.<br /> <br /> <source lang="lua"> = b2.MouseJoint:setMaxForce..."
  • 11:04, 23 August 2018 diff hist +252 N B2.WheelJoint:setSpringDampingRatioCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the spring damping ratio. <br /> <br /> <source lang="lua"> = b2.WheelJoint:setSpringDampi..."
  • 11:04, 23 August 2018 diff hist +105 N Event.STATE LOADEDCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === The given state has been loaded"
  • 11:04, 23 August 2018 diff hist +242 N B2.RopeJoint:setMaxLengthCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.3<br/> === Description === <br /> Sets the maximum length of the rope. <br /> <br /> <source lang="lua"> = b2.RopeJoint:setMax..."
  • 11:04, 23 August 2018 diff hist +560 N FBInstant.getLeaderboardAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Fetch a specific leaderboard belonging to this Instant Game.<br /> <br /> <source lang="lua"> =..."
  • 11:04, 23 August 2018 diff hist +331 N B2.Body:getInertiaCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns the rotational inertia of the body about the local origin in kg-m^2.<br /> <br /> <so..."
  • 11:04, 23 August 2018 diff hist +73 N Event.PEER DECLINEDCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description ==="
  • 11:04, 23 August 2018 diff hist +216 N Mesh:getIndexArraySizeCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Get size of the Index array <source lang="lua"> (number), = Mesh:getIndexArraySize() </source> '''Ret..."
  • 11:04, 23 August 2018 diff hist +1 B2.RopeJoint
  • 11:04, 23 August 2018 diff hist +1,441 N FontBase:layoutTextCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.10<br/> === Description === <br /> Compute the layout of the given text according to a given rectangular region size, layout flag..."
  • 11:04, 23 August 2018 diff hist +399 N Mesh:setIndexArrayCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Assigns new content to the index array, dropping all the elements contained in the index array..."
  • 11:04, 23 August 2018 diff hist +231 N B2.PulleyJoint:getRatioCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the pulley ratio.<br /> <br /> <source lang="lua"> (number), = b2.PulleyJoint:getRatio(..."
  • 11:04, 23 August 2018 diff hist +1 Timer
  • 11:04, 23 August 2018 diff hist +73 N Event.PEER LEFTCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description ==="
  • 11:04, 23 August 2018 diff hist +137 N Gaming:showWaitingRoomCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> <source lang="lua"> = Gaming:showWaitingRoom() </source>"
  • 11:04, 23 August 2018 diff hist +509 N Sprite:removeFromParentCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> If the sprite has a parent, removes the sprite from the child list of its parent sprite. This f..."

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