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 +317 N B2.Body:isAwakeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the sleeping state of this body. Returns `true` if body is awake (not sleeping), `false..."
  • 11:04, 23 August 2018 diff hist +310 N NotificationManager:getLocalNotificationsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Retrieves the lua table of already displayed local notifications. The table uses notification ids as k..."
  • 11:04, 23 August 2018 diff hist +304 N B2.PulleyJoint:getLengthACreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current length of the segment attached to bodyA. <br /> <br /> <source lang="lua">..."
  • 11:04, 23 August 2018 diff hist +590 N Mesh:resizeColorArrayCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Resizes the color array to contain `size` elements.<br /> <br /> If `size` is smaller than the..."
  • 11:04, 23 August 2018 diff hist +664 N Coroutine.statusCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the status of `coroutine` co, as a string: "running", if the coroutine is running (that is, it..."
  • 11:04, 23 August 2018 diff hist +1 Core
  • 11:04, 23 August 2018 diff hist +250 N TextField:getSampleCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.08<br/> === Description === get string that was used as sample for determining line height <source lang="lua"> (string), = TextFi..."
  • 11:04, 23 August 2018 diff hist +353 N Math.minCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns minimum in a list of one or more values <source lang="lua"> (number), = math.min(v1...,) </sou..."
  • 11:04, 23 August 2018 diff hist +336 N Os.difftimeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns number of seconds from time t1 to time t2 <source lang="lua"> (number), = os.difftime(t2t1,) <..."
  • 11:04, 23 August 2018 diff hist +88 N Event.GAME STARTEDCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Game has begun"
  • 11:04, 23 August 2018 diff hist +777 N Os.tmpnameCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns a string with a file name that can be used for a temporary file. The file must be explicitly o..."
  • 11:04, 23 August 2018 diff hist +553 N FBInstant.payments.purchaseAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Begins the purchase flow for a specific product.<br /> <br /> <source lang="lua"> = FBInstant.p..."
  • 11:04, 23 August 2018 diff hist +1 Package
  • 11:04, 23 August 2018 diff hist +304 N B2.PulleyJoint:getLengthBCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current length of the segment attached to bodyB. <br /> <br /> <source lang="lua">..."
  • 11:04, 23 August 2018 diff hist +1 B2.ParticleSystem
  • 11:04, 23 August 2018 diff hist +271 N B2.WheelJoint:setMaxMotorTorqueCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the maximum motor torque in N*m. <br /> <br /> <source lang="lua"> = b2.WheelJoint:setMaxM..."
  • 11:04, 23 August 2018 diff hist +279 N Path2D:setLineColorCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Sets line color <source lang="lua"> = Path2D:setLineColor(coloralpha,) </source> '''color:''' (hex) c..."
  • 11:04, 23 August 2018 diff hist +337 N Os.getenvCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the value of the process environment variable varname, or nil if the variable is not defined...."
  • 11:04, 23 August 2018 diff hist +270 N B2.WheelJoint:getMaxMotorTorqueCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the maximum motor torque in N*m. <br /> <br /> <source lang="lua"> (number), = b2.Wheel..."
  • 11:04, 23 August 2018 diff hist +742 N FBInstant.context.switchAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Request a switch into a specific context. If the player does not have permission to enter that..."
  • 11:04, 23 August 2018 diff hist +1,052 N String.gmatchCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns an iterator function that, each time it is called, returns the next captures from pattern over..."
  • 11:04, 23 August 2018 diff hist +1 GoogleBilling
  • 11:04, 23 August 2018 diff hist +264 N Shader.getPropertiesCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.1<br/> === Description === Returns a table containing various characteristics of the graphics engine <source lang="lua"> (table),..."
  • 11:04, 23 August 2018 diff hist +325 N Application:getBackgroundColorCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the background color (or clear color) of the application in hexadecimal format.<br /> <..."
  • 11:04, 23 August 2018 diff hist +568 N IpairsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns three values: an iterator function, the table t, and 0, so that the construction `for i..."
  • 11:04, 23 August 2018 diff hist +437 N Mesh:setColorCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets a color at color array. Indices are start from 1. If the color array is not large enough,..."
  • 11:04, 23 August 2018 diff hist +764 N Microphone.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Creates a new Microphone object. <source lang="lua"> = Microphone.new(deviceNamesampleRatenumChannels..."
  • 11:04, 23 August 2018 diff hist +478 N SoundChannel:getPositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> If the sound is playing, `getPosition` returns the position of the current playback, measured i..."
  • 11:04, 23 August 2018 diff hist +469 N Ads:setAlignmentCreated page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Sets alignment of the ad First value is for the horizontal alignment and can have values as "left", "..."
  • 11:04, 23 August 2018 diff hist +1,616 N Utf8.gsubCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Returns a copy of s in which all (or the first n, if given) occurrences of the pattern have been repl..."
  • 11:04, 23 August 2018 diff hist +752 N Application:getDeviceSafeAreaCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.11.3<br/> === Description === <br /> Some screens have non rectangular shapes, in which case it is useful to know the bounds of t..."
  • 11:04, 23 August 2018 diff hist +322 N Application:getLogicalHeightCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the logical height of the application that is specified at the project properties.<br /..."
  • 11:04, 23 August 2018 diff hist +242 N Sprite:setYCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the y coordinate of the sprite.<br /> <br /> <source lang="lua"> = Sprite:setY(y,) </sourc..."
  • 11:04, 23 August 2018 diff hist +362 N String.repCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns a string that is the concatenation of n copies of the string s. <source lang="lua"> (string),..."
  • 11:04, 23 August 2018 diff hist +1 Controller
  • 11:04, 23 August 2018 diff hist +151 N Gyroscope.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === Creates new Gyroscope instance <source lang="lua"> = Gyroscope.new() </source>"
  • 11:03, 23 August 2018 diff hist +548 N Sprite:globalToLocalCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Converts the x,y coordinates from the global to the sprite's (local) coordinates.<br /> <br />..."
  • 11:03, 23 August 2018 diff hist +229 N Sprite:setZCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Sets the z coordinate of the sprite<br /> <br /> <source lang="lua"> = Sprite:setZ(z,) </so..."
  • 11:03, 23 August 2018 diff hist +1 B2.EdgeShape
  • 11:03, 23 August 2018 diff hist +747 N TextField:setLayoutCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.10<br/> === Description === Change the layout parameters for this TextField Layout parameters can contain the following field..."
  • 11:03, 23 August 2018 diff hist +461 N Geolocation.setThresholdCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Sets the minimum distance (in meters) threshold. If threshold distance is greater than 0, <br /..."
  • 11:03, 23 August 2018 diff hist +92 N Event.LEFT ROOMCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Room has been left"
  • 11:03, 23 August 2018 diff hist +313 N Pixel:getTexturePositionCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Returns the texture position for the Pixel <source lang="lua"> (number) (number), = Pixel:getTexturePo..."
  • 11:03, 23 August 2018 diff hist +321 N Facebook:authorizeCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Starts the authorization flow for the user with the requested permissions.<br /> <br /> <sourc..."
  • 11:03, 23 August 2018 diff hist +239 N Sprite:setSkewXCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Skew (aka "shear") transformation effect <source lang="lua"> = Sprite:setSkewX(kx,) </source> '''kx:''..."
  • 11:03, 23 August 2018 diff hist +218 N Sprite:setSkewYCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Set's the Sprite's Y-skew (ie shear) <source lang="lua"> = Sprite:setSkewY(ky,) </source> '''ky:''' (n..."
  • 11:03, 23 August 2018 diff hist +121 N Event.DIALOG CANCELCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when a Facebook dialog is cancelled."
  • 11:03, 23 August 2018 diff hist +345 N Sprite:getChildIndexCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the index of the specified child sprite.<br /> <br /> <source lang="lua"> (number), = S..."
  • 11:03, 23 August 2018 diff hist +329 N Timer:getCurrentCountCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current trigger count of the timer. It starts with 0 and if it reaches `repeatCount..."
  • 11:03, 23 August 2018 diff hist +650 N Utf8.charposCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === convert UTF-8 position to byte offset. if only offset is given, return byte offset of this UTF-8 char..."

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