User contributions
From GiderosMobile
- 11:05, 23 August 2018 diff hist +598 N Timer.delayedCall Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Provides a simple way to call a function after a set amount of time. This function returns the<..."
- 11:05, 23 August 2018 diff hist +427 N Application:getLogicalBounds Created page with "__NOTOC__ '''Available since:''' Gideros 2017.11.3<br/> === Description === <br /> Returns the minimum and maximum logical space coordinates to cover full screen.<br /> <br />..."
- 11:05, 23 August 2018 diff hist +459 N Particles:removeParticles Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Remove particles by index in table or as arguments remove all particles `particles:removeParticles()..."
- 11:05, 23 August 2018 diff hist +159 N Accelerometer.new Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === Creates new Accelerometer instance <source lang="lua"> = Accelerometer.new() </source>"
- 11:05, 23 August 2018 diff hist +1 Mutation Operators
- 11:05, 23 August 2018 diff hist +401 N Application:getDeviceOrientation Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Get the device orientation (and not what is that in project properties as done with `getOrientation`)..."
- 11:05, 23 August 2018 diff hist +1 TextField
- 11:05, 23 August 2018 diff hist +135 N Gaming:getPlayerName Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> <source lang="lua"> = Gaming:getPlayerName() </source>"
- 11:05, 23 August 2018 diff hist +1 Shader
- 11:05, 23 August 2018 diff hist +274 N B2.PrismaticJoint:isMotorEnabled Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Is the joint motor enabled? <br /> <br /> <source lang="lua"> (bool), = b2.PrismaticJoint:isMot..."
- 11:05, 23 August 2018 diff hist +150 N Matrix:transformPoint Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Transforms the matrix <source lang="lua"> = Matrix:transformPoint() </source>"
- 11:05, 23 August 2018 diff hist +400 N B2.PolygonShape:set Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Copy vertices. This assumes the vertices define a convex polygon. It is assumed that the exteri..."
- 11:05, 23 August 2018 diff hist +137 N Gaming:showInvitations Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> <source lang="lua"> = Gaming:showInvitations() </source>"
- 11:05, 23 August 2018 diff hist +253 N Sound.new Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `Sound` object.<br /> <br /> <source lang="lua"> = Sound.new(filename,) </source>..."
- 11:05, 23 August 2018 diff hist +273 N B2.Contact:isTouching Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns whether the contact is touching or not.<br /> <br /> <source lang="lua"> (bool), = b..."
- 11:05, 23 August 2018 diff hist +576 N Utf8.gmatch Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Returns an iterator function that, each time it is called, returns the next captures from pattern ove..."
- 11:05, 23 August 2018 diff hist +235 N B2.ParticleSystem:getParticleCount Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Returns the number of particles <source lang="lua"> (number), = b2.ParticleSystem:getParticleCount() <..."
- 11:05, 23 August 2018 diff hist +1 TextInputDialog
- 11:05, 23 August 2018 diff hist +233 N Facebook:getAccessToken Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Returns the access token.<br /> <br /> <source lang="lua"> (string), = Facebook:getAccessToken..."
- 11:05, 23 August 2018 diff hist +596 N Setmetatable Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets the `metatable` for the given table. (You cannot change the `metatable` of other types from Lua,..."
- 11:05, 23 August 2018 diff hist +2,369 N String.gsub Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns a copy of s in which all (or the first n, if given) occurrences of the pattern have been repla..."
- 11:05, 23 August 2018 diff hist +243 N B2.DebugDraw:clearFlags Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Clear flags from the current flags.<br /> <br /> <source lang="lua"> = b2.DebugDraw:clearFlags(..."
- 11:05, 23 August 2018 diff hist +77 Accelerometer.isAvailable
- 11:05, 23 August 2018 diff hist +1 TileMap
- 11:05, 23 August 2018 diff hist +1 Flurry
- 11:05, 23 August 2018 diff hist +266 N MovieClip:clearAction Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Clears the action (goto or stop) at the specified frame.<br /> <br /> <br /> <source lang="lua"..."
- 11:05, 23 August 2018 diff hist +299 N B2.Joint:isActive Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Short-cut function to determine if either body is inactive. <br /> <br /> <source lang="lua"> (..."
- 11:05, 23 August 2018 diff hist +891 N Utf8.offset Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Returns the position (in bytes) where the encoding of the n-th character of s (counting from position..."
- 11:05, 23 August 2018 diff hist +640 N Application:setOrientation Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the orientation of the application. Accepted values are:<br /> <br /> <ul><br /> <..."
- 11:05, 23 August 2018 diff hist +194 N EventDispatcher:removeAllListeners Created page with "__NOTOC__ '''Available since:''' Gideros 2018.6.1<br/> === Description === <br /> Removes all attached event listeners.<br /> <source lang="lua"> = EventDispatcher:removeAllLi..."
- 11:05, 23 August 2018 diff hist +387 N Viewport:setProjection Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Specify a projection matrix to use when displaying the content. Useful for rendering 3D worlds where..."
- 11:05, 23 August 2018 diff hist +448 N Assert Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Issues an error when the value of its argument v is false (i.e., nil or false); otherwise, returns all..."
- 11:05, 23 August 2018 diff hist +295 N Math.randomseed Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets x as the "seed" for the pseudo-random generator: equal seeds produce equal sequences of numbers...."
- 11:05, 23 August 2018 diff hist +204 N Matrix:setScaleX Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set scale on x axis <source lang="lua"> = Matrix:setScaleX(x scale,) </source> '''x scale:''' (number..."
- 11:05, 23 August 2018 diff hist +410 N Mesh:clearTexture Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Clears the texture. By default the texture at slot 0 is cleared. To clear a particular texture..."
- 11:05, 23 August 2018 diff hist +332 N B2.PrismaticJoint:setLimits Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the joint limits, usually in meters. <br /> <br /> <source lang="lua"> = b2.PrismaticJoint..."
- 11:05, 23 August 2018 diff hist +613 N Event.CHECK BILLING SUPPORTED COMPLETE Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when `GoogleBilling:checkBillingSupported` function completes with these response codes: `..."
- 11:05, 23 August 2018 diff hist +1 B2.WorldManifold
- 11:05, 23 August 2018 diff hist +279 N Path2D:setFillColor Created page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Sets fill color <source lang="lua"> = Path2D:setFillColor(coloralpha,) </source> '''color:''' (hex) c..."
- 11:05, 23 August 2018 diff hist +766 N Application:setKeepAwake Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Controls the screen dimming and device sleeping of the device. When the application has no touc..."
- 11:05, 23 August 2018 diff hist +170 N Io.flush Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Equivalent to file:flush over the default output file. <source lang="lua"> = io.flush() </source>"
- 11:05, 23 August 2018 diff hist +1 Utf8
- 11:05, 23 August 2018 diff hist +1 Path2D
- 11:05, 23 August 2018 diff hist +227 N Geolocation:startUpdatingLocation Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Starts the generation of updates that report the current location.<br /> <br /> <source lang="l..."
- 11:05, 23 August 2018 diff hist +204 N Matrix:setScaleZ Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set scale on z axis <source lang="lua"> = Matrix:setScaleZ(z scale,) </source> '''z scale:''' (number..."
- 11:05, 23 August 2018 diff hist +208 N Matrix:setScaleY Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set scale on y axis <source lang="lua"> = Matrix:setScaleY(y scale,) </source> '''y scale:''' (number..."
- 11:05, 23 August 2018 diff hist +359 N SoundChannel:setVolume Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the volume of the sound channel.<br /> <br /> <source lang="lua"> = SoundChannel:setVolume..."
- 11:05, 23 August 2018 diff hist +316 N Shape:beginPath Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Resets the current path.<br /> <br /> <source lang="lua"> = Shape:beginPath(winding,) </source>..."
- 11:05, 23 August 2018 diff hist +267 N Math.atan Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns arc tangent value of v in radians <source lang="lua"> (number), = math.atan(v,) </source> '''v..."
- 11:05, 23 August 2018 diff hist +1 Math