User contributions

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

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

  • 11:02, 23 August 2018 diff hist +1 Accelerometer
  • 11:02, 23 August 2018 diff hist +1 Lpeg
  • 11:02, 23 August 2018 diff hist +282 N Pixel:getColorCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Gets the color of the Pixel or 4 color-alpha pairs if it has a gradient. <source lang="lua"> (number)..."
  • 11:02, 23 August 2018 diff hist +231 N B2.WeldJoint:getDampingRatioCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns damping ratio. <br /> <br /> <source lang="lua"> (number), = b2.WeldJoint:getDampingRat..."
  • 11:02, 23 August 2018 diff hist +426 N Utf8.lowerCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Receives a string and returns a copy of this string with all uppercase letters changed to lowercase...."
  • 11:02, 23 August 2018 diff hist +306 N TextInputDialog:isSecureInputCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns whether the text object hides the text being entered.<br /> <br /> <source lang="lua">..."
  • 11:02, 23 August 2018 diff hist +863 N Matrix:setMatrixCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set all 16 elements of 4x4 matrix <source lang="lua"> = Matrix:setMatrix(m11m12m13m14m21m22m23m24m31m..."
  • 11:02, 23 August 2018 diff hist +151 N Gaming:logoutCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Logs out from gaming services <source lang="lua"> = Gaming:logout() </source>"
  • 11:02, 23 August 2018 diff hist +260 N B2.PrismaticJoint:enableLimitCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Enables or disables the joint limit. <br /> <br /> <source lang="lua"> = b2.PrismaticJoint:enab..."
  • 11:02, 23 August 2018 diff hist +73 N Event.PEER INVITEDCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description ==="
  • 11:02, 23 August 2018 diff hist +218 N Screen:getIdCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Return the id this screens was created with. <source lang="lua"> (number), = Screen:getId() </source>..."
  • 11:02, 23 August 2018 diff hist +388 N Mesh:setTextureCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets the texture.<br /> <br /> <source lang="lua"> = Mesh:setTexture(textureslot,) </source> '..."
  • 11:02, 23 August 2018 diff hist +411 N Sprite:getChildAtCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the child `Sprite` instance that exists at the specified index. First child is at index..."
  • 11:02, 23 August 2018 diff hist +245 N MovieClip:playCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Starts playing the movie clip.<br /> <br /> <source lang="lua"> = MovieClip:play(reverse,) </so..."
  • 11:02, 23 August 2018 diff hist +1,664 N FBInstant.matchPlayerAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3.1<br/> === Description === <br /> Attempts to match the current player with other users looking for people to play with. If suc..."
  • 11:02, 23 August 2018 diff hist +800 N String.matchCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Find the first match of the regular expression "pattern" in "str", starting at position "index". The..."
  • 11:02, 23 August 2018 diff hist +575 N Utf8.charCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Receives zero or more integers. Returns a string with length equal to the number of arguments, in whi..."
  • 11:02, 23 August 2018 diff hist +468 N NotificationManager:getPushNotificationsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Retrieves the lua table of received push notifications. On Android all pushed notifications appear her..."
  • 11:02, 23 August 2018 diff hist +348 N B2.getScaleCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the global pixels to meters scale (Please refer to b2.setScale function for more in..."
  • 11:02, 23 August 2018 diff hist +328 N Stage:setClearColorBufferCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === If you are covering whole background with image, you can disable background color draw call for better..."
  • 11:02, 23 August 2018 diff hist +293 N Event.PUSH NOTIFICATIONCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event is received when application is opened by clicking on push notification. Or when notification i..."
  • 11:02, 23 August 2018 diff hist +420 N Application:getDeviceWidthCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the physical width of the device in pixels. For example,<br /> for iPhone 3GS this func..."
  • 11:02, 23 August 2018 diff hist +470 N StoreKit:requestProductsCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Retrieve localized information about a list of products from the Apple App Store. When the re..."
  • 11:02, 23 August 2018 diff hist +342 N B2.Contact:getManifoldCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns the contact manifold as a table. This table contains `points`, `localNormal`, `local..."
  • 11:02, 23 August 2018 diff hist +267 N TextField:setSampleCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.08<br/> === Description === Set string that will be used as sample for determining text's line height <source lang="lua"> = TextF..."
  • 11:02, 23 August 2018 diff hist +635 N StoreKit:restoreCompletedTransactionsCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Restore previously completed purchases. `Event.TRANSACTION` event is dispatched for each prev..."
  • 11:02, 23 August 2018 diff hist +427 N B2.CircleShape:setCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the center point and radius of this instance.<br /> <br /> <source lang="lua"> = b2.Circle..."
  • 11:02, 23 August 2018 diff hist +259 N B2.RevoluteJoint:enableMotorCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Enables or disables the joint motor. <br /> <br /> <source lang="lua"> = b2.RevoluteJoint:enabl..."
  • 11:02, 23 August 2018 diff hist +410 N Gaming:updateStateCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Update a data element in cloud storage. Either `Event.STATE_ERROR` or `Event.STATE_CONFLICT` will be..."
  • 11:02, 23 August 2018 diff hist +859 N Bitmap:setAnchorPointCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the anchor point of `Bitmap` object. <br /> <br /> Each `Bitmap` object has an anchor poin..."
  • 11:02, 23 August 2018 diff hist +287 N Application:setFullScreenCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.12<br/> === Description === Enables full screen mode or windowed mode for desktop app <source lang="lua"> = Application:setFul..."
  • 11:02, 23 August 2018 diff hist +339 N B2.RevoluteJoint:getLimitsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the lower and upper joint limit in radians. <br /> <br /> <source lang="lua"> (number)..."
  • 11:02, 23 August 2018 diff hist +1,046 N Matrix:perspectiveProjectionCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === replace this matrix by a perspective projection matrix suitable for the current 3D engine <source lan..."
  • 11:02, 23 August 2018 diff hist +444 N Sprite:containsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Determines whether the specified sprite is contained in the subtree of<br /> this `Sprite` inst..."
  • 11:02, 23 August 2018 diff hist +580 N Flurry.startSessionCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Starts the Flurry session with your API key. To create an account on Flurry and to obtain the A..."
  • 11:02, 23 August 2018 diff hist +266 N Gaming:loginCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Log into the gaming backend, if not already logged in. IF login is issued, events `Event.LOGIN_COMPLE..."
  • 11:02, 23 August 2018 diff hist +274 N Path2D:setSvgPathCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Set path with svg properties in single string separated by comma (,) <source lang="lua"> = Path2D:set..."
  • 11:02, 23 August 2018 diff hist +458 N Bit.rorCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns the bitwise right rotation of its first argument by the number of bits given by the second ar..."
  • 11:02, 23 August 2018 diff hist +386 N Timer:getRepeatCountCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the number of repetitions the timer will make. A value of 0 means the timer runs infini..."
  • 11:02, 23 August 2018 diff hist +266 N B2.RopeJoint:getMaxLengthCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.3<br/> === Description === <br /> Returns the maximum length of the rope. <br /> <br /> <source lang="lua"> (number), = b2.Rop..."
  • 11:02, 23 August 2018 diff hist +343 N B2.Joint:getAnchorBCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the anchor point on bodyB in world coordinates.<br /> <br /> <source lang="lua"> (numbe..."
  • 11:02, 23 August 2018 diff hist +883 N Application:setScaleModeCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Sets the automatic scale mode of the application. Accepted values are:<br /> <br /> <ul&gt..."
  • 11:02, 23 August 2018 diff hist +177 N Matrix:setZCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set z position <source lang="lua"> = Matrix:setZ(z,) </source> '''z:''' (number) z position ''''''<br/>"
  • 11:02, 23 August 2018 diff hist +177 N Matrix:setXCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set x position <source lang="lua"> = Matrix:setX(x,) </source> '''x:''' (number) x position ''''''<br/>"
  • 11:02, 23 August 2018 diff hist +177 N Matrix:setYCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set y position <source lang="lua"> = Matrix:setY(y,) </source> '''y:''' (number) y position ''''''<br/>"
  • 11:02, 23 August 2018 diff hist +243 N Core.classCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2<br/> === Description === Creates and returns new Gideros class <source lang="lua"> = Core.class(base,) </source> '''base:''' (G..."
  • 11:02, 23 August 2018 diff hist +1 MovieClip
  • 11:02, 23 August 2018 diff hist +1,303 N Particles:addParticlesCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Add particle a single particle (short form) or several ones (long form) to this particle system. <br..."
  • 11:02, 23 August 2018 diff hist +456 N Bit.rolCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns the bitwise left rotation of its first argument by the number of bits given by the second arg..."
  • 11:02, 23 August 2018 diff hist +343 N B2.Joint:getAnchorACreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the anchor point on bodyA in world coordinates.<br /> <br /> <source lang="lua"> (numbe..."

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