User contributions
From GiderosMobile
- 11:04, 23 August 2018 diff hist +437 N Mesh:setColor Created 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.new Created 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:getPosition Created 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:setAlignment Created 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.gsub Created 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:getDeviceSafeArea Created 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:getLogicalHeight Created 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:setY Created 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.rep Created 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.new Created 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:globalToLocal Created 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:setZ Created 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:setLayout Created 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.setThreshold Created 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 ROOM Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Room has been left"
- 11:03, 23 August 2018 diff hist +313 N Pixel:getTexturePosition Created 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:authorize Created 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:setSkewX Created 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:setSkewY Created 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 CANCEL Created 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:getChildIndex Created 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:getCurrentCount Created 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.charpos Created 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..."
- 11:03, 23 August 2018 diff hist +922 N B2.Body:setActive Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the active state of the body. An inactive body is not simulated and cannot be collided wit..."
- 11:03, 23 August 2018 diff hist +813 N B2.createGearJointDef Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates and returns a gear joint definition table.<br /> (Please refer to b2.World:createJoin..."
- 11:03, 23 August 2018 diff hist +270 N Pixel:setTextureScale Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Sets the texture's scale for the Pixel <source lang="lua"> = Pixel:setTextureScale(sxsy,) </source> ''..."
- 11:03, 23 August 2018 diff hist +119 N Event.DIALOG ERROR Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when a Facebook dialog has failed."
- 11:03, 23 August 2018 diff hist +280 N B2.PrismaticJoint:getMotorSpeed Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the motor speed in meters per second. <br /> <br /> <source lang="lua"> (number), = b2...."
- 11:03, 23 August 2018 diff hist +205 N B2.Contact:resetFriction Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Resets the friction mixture to the default value. <br /> <br /> <source lang="lua"> = b2.Con..."
- 11:03, 23 August 2018 diff hist +1 * Initialisation and Core
- 11:03, 23 August 2018 diff hist +1 Shape
- 11:03, 23 August 2018 diff hist +1,142 N File:Read Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Reads the file file, according to the given formats, which specify what to read. For each format, the..."
- 11:03, 23 August 2018 diff hist +338 N B2.PrismaticJoint:getJointSpeed Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current joint translation speed, usually in meters per second. <br /> <br /> <sourc..."
- 11:03, 23 August 2018 diff hist +107 N Event.REPORT ACHIEVEMENT ERROR Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Error while reporting achievement"
- 11:03, 23 August 2018 diff hist +863 N Sprite:get Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the specified property of this sprite instance by its name. These names are supported:<..."
- 11:03, 23 August 2018 diff hist +704 N FBInstant.updateAsync Created page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Informs Facebook of an update that occurred in the game. This will temporarily yield control to..."
- 11:03, 23 August 2018 diff hist +287 N Gaming:deleteState Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Delete a data element in cloud storage. Either `Event.STATE_ERROR` or `Event.STATE_DELETED` will be t..."
- 11:03, 23 August 2018 diff hist +391 N Application:getScreenDensity Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.2<br/> === Description === <br /> Returns the screen density in pixels per inch. If screen density information is not availabl..."
- 11:03, 23 August 2018 diff hist +660 N Sprite:addChildAt Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Adds a sprite as a child to this sprite. The child is<br /> added at the index position specifi..."
- 11:03, 23 August 2018 diff hist +180 N B2.ParticleSystem:getParticleGroupList Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns a list of particle groups. <source lang="lua"> = b2.ParticleSystem:getParticleGroupList() </so..."
- 11:03, 23 August 2018 diff hist +823 N Math.random Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This function is an interface to the simple pseudo-random generator function rand provided by ANSI C...."
- 11:03, 23 August 2018 diff hist +255 N Controller:isAnyAvailable Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Returns true if any of controller is connected to device <source lang="lua"> (bool), = Controller:isA..."
- 11:03, 23 August 2018 diff hist +296 N Particles:setParticlePosition Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set position of particle <source lang="lua"> = Particles:setParticlePosition(ixy,) </source> '''i:'''..."
- 11:03, 23 August 2018 diff hist +541 N Zlib.inflate Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.18<br/> === Description === Return an inflate stream. <source lang="lua"> (stream), = zlib.inflate(sourcewindowBitsdictionary,..."
- 11:03, 23 August 2018 diff hist +344 N B2.MouseJoint:getTarget Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the x and y coordinates of the target point.<br /> <br /> <source lang="lua"> (number)..."
- 11:03, 23 August 2018 diff hist +1 Object
- 11:03, 23 August 2018 diff hist +256 N B2.MouseJoint:getFrequency Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the response speed in Hertz.<br /> <br /> <source lang="lua"> (number), = b2.MouseJoint..."
- 11:03, 23 August 2018 diff hist +230 N TextField:getText Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the text displayed.<br /> <br /> <source lang="lua"> (string), = TextField:getText() </..."