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 +257 N Sprite:setScaleXCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the horizontal scale of the sprite.<br /> <br /> <source lang="lua"> = Sprite:setScaleX(sc..."
  • 11:04, 23 August 2018 diff hist +216 N Mesh:getColorArraySizeCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Get size of the Color array <source lang="lua"> (number), = Mesh:getColorArraySize() </source> '''Ret..."
  • 11:04, 23 August 2018 diff hist +310 N B2.PrismaticJoint:getJointTranslationCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current joint translation, usually in meters. <br /> <br /> <source lang="lua"> (nu..."
  • 11:04, 23 August 2018 diff hist +184 N SoundChannel:stopCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Stops the sound playing in the channel.<br /> <br /> <source lang="lua"> = SoundChannel:stop()..."
  • 11:04, 23 August 2018 diff hist +311 N Io.tmpfileCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns a handle for a temporary file. This file is opened in update mode and it is automatically remo..."
  • 11:04, 23 August 2018 diff hist +1,227 N Shader.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> === Description === Create new shader instance. The ‘Shader.new()’ constructor takes five arguments: - The path a..."
  • 11:04, 23 August 2018 diff hist +242 N Bitmap:setTextureRegionCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.08.2<br/> === Description === <br /> Sets the texture region.<br /> <br /> <source lang="lua"> = Bitmap:setTextureRegion(textureR..."
  • 11:04, 23 August 2018 diff hist +282 N NotificationManager:cancelNotificationCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Cancel specific scheduled notification by it's ID. Basically it's the same as creating new notificati..."
  • 11:04, 23 August 2018 diff hist +426 N Gyroscope:getRotationRateCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns the device's rate of rotation around three axes in radians per second.<br /> <br /..."
  • 11:04, 23 August 2018 diff hist +346 N Mesh:getVertexCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Returns x and y coordinate of the i-th element from vertex array <source lang="lua"> (number) (number..."
  • 11:04, 23 August 2018 diff hist +486 N B2.Joint:getReactionForceCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the reaction force on bodyB at the joint anchor in Newtons.<br /> <br /> <source lang="..."
  • 11:04, 23 August 2018 diff hist +300 N File:WriteCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Writes strings or numbers to file <source lang="lua"> = file:write(value1...,) </source> '''value1:'''..."
  • 11:04, 23 August 2018 diff hist +150 N Gaming:showAchievementsCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Show achievements. <source lang="lua"> = Gaming:showAchievements() </source>"
  • 11:04, 23 August 2018 diff hist +969 N FBInstant.shareAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> This invokes a dialog to let the user share specified content, either as a message in Messenger..."
  • 11:04, 23 August 2018 diff hist +73 N Event.PEER CONNECTEDCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description ==="
  • 11:04, 23 August 2018 diff hist +113 N Event.PLAYER INFORMATION ERRORCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Error while fetching player information"
  • 11:04, 23 August 2018 diff hist +261 N B2.Contact:getFixtureBCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns fixture B in this contact. <br /> <br /> <source lang="lua"> (b2.Fixture), = b2.Cont..."
  • 11:04, 23 August 2018 diff hist +261 N B2.Contact:getFixtureACreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns fixture A in this contact. <br /> <br /> <source lang="lua"> (b2.Fixture), = b2.Cont..."
  • 11:04, 23 August 2018 diff hist +482 N DofileCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Opens the named file and executes its contents as a Lua chunk. When called without arguments, dofile e..."
  • 11:04, 23 August 2018 diff hist +296 N Event.KEY UPCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Button on controller was released up __NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Descript..."
  • 11:04, 23 August 2018 diff hist +247 N Math.cosCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns cosine value of angle rad <source lang="lua"> (number), = math.cos(rad,) </source> '''rad:'''..."
  • 11:04, 23 August 2018 diff hist +1,208 N UrlLoader.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Creates a new `UrlLoader` object.<br /> <br /> `url` parameter specifies the URL to download...."
  • 11:04, 23 August 2018 diff hist +126 N Event.LOCATION UPDATECreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched on each user location update"
  • 11:04, 23 August 2018 diff hist +786 N FBInstant.context.createAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Attempts to create or switch into a context between a specified player and the current player...."
  • 11:04, 23 August 2018 diff hist +735 N Viewport:lookAtCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Set up the transform matrix of this viewport taking eye and target positions and up direction as argum..."
  • 11:04, 23 August 2018 diff hist +278 N NotificationManager:clearPushNotificationsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Clears the data about received push notifications that can be retrieved using `NotificationManager:get..."
  • 11:04, 23 August 2018 diff hist +626 N Coroutine.wrapCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Creates a new coroutine, with body f. f must be a Lua function. Returns a function that resumes the co..."
  • 11:04, 23 August 2018 diff hist +154 N Event.END CONTACTCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when collision is ended and objects have been separated."
  • 11:04, 23 August 2018 diff hist +265 N B2.Body:setAngleCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the current world rotation angle in radians.<br /> <br /> <source lang="lua"> = b2.Body:se..."
  • 11:04, 23 August 2018 diff hist +262 N B2.Body:getGravityScaleCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2.1<br/> === Description === <br /> Returns the gravity scale of the body. <br /> <br /> <source lang="lua"> (number), = b2.Bod..."
  • 11:04, 23 August 2018 diff hist +321 N Event.TRANSACTIONCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === This event is dispatched when a transaction is updated. The event listener should process all succes..."
  • 11:04, 23 August 2018 diff hist +450 N FBInstant.getEntryPointAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Returns the entry point that the game was launched from.<br /> <br /> <source lang="lua"> = FBI..."
  • 11:04, 23 August 2018 diff hist +288 N Application:getScaleModeCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns the automatic scale mode of the application.<br /> <br /> <source lang="lua"> (string..."
  • 11:04, 23 August 2018 diff hist +665 N SetfenvCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets the environment to be used by the given function. f can be a Lua function or a number that specif..."
  • 11:04, 23 August 2018 diff hist +198 N Matrix:getScaleXCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get scale on x axis <source lang="lua"> (number), = Matrix:getScaleX() </source> '''Returns''' (numbe..."
  • 11:04, 23 August 2018 diff hist +243 N Controller:getPlayersCreated page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Returns table with controller IDs <source lang="lua"> (table), = Controller:getPlayers() </source> ''..."
  • 11:04, 23 August 2018 diff hist +271 N Json.decodeCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns Lua table from provided json encoded string <source lang="lua"> = json.decode(jsondata,) </so..."
  • 11:04, 23 August 2018 diff hist +198 N Matrix:getScaleYCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get scale on y axis <source lang="lua"> (number), = Matrix:getScaleY() </source> '''Returns''' (numbe..."
  • 11:04, 23 August 2018 diff hist +198 N Matrix:getScaleZCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get scale on z axis <source lang="lua"> (number), = Matrix:getScaleZ() </source> '''Returns''' (numbe..."
  • 11:04, 23 August 2018 diff hist +330 N B2.Contact:setRestitutionCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Overrides the default restitution mixture. You can call this in pre-solve event. This value..."
  • 11:04, 23 August 2018 diff hist +400 N Mesh:setVertexCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets a vertex at vertex array. Indices are start from 1. If the vertex array is not large enou..."
  • 11:04, 23 August 2018 diff hist +225 N B2.GearJoint:setRatioCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the gear ratio. <br /> <br /> <source lang="lua"> = b2.GearJoint:setRatio(ratio,) </source..."
  • 11:04, 23 August 2018 diff hist +256 N Io.closeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Equivalent to `file:close`. Without a file, closes the default output file. <source lang="lua"> = io.c..."
  • 11:04, 23 August 2018 diff hist +592 N Matrix.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new Matrix object with the specified parameters.<br /> <br /> <source lang="lua"> (an..."
  • 11:04, 23 August 2018 diff hist +548 N Sprite:swapChildrenAtCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Swaps two child sprites at specifed indexes. Each index must be between 1<br /> and the ind..."
  • 11:04, 23 August 2018 diff hist +205 N B2.Body:isFixedRotationCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> <source lang="lua"> (bool), = b2.Body:isFixedRotation() </source> '''Returns''' (bool) if bo..."
  • 11:04, 23 August 2018 diff hist +875 N Sprite:setCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the specified property of this sprite instance by its name. These names are supported:<br..."
  • 11:04, 23 August 2018 diff hist +259 N B2.RevoluteJoint:enableLimitCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Enables or disables the joint limit. <br /> <br /> <source lang="lua"> = b2.RevoluteJoint:enabl..."
  • 11:04, 23 August 2018 diff hist +234 N B2.WeldJoint:setDampingRatioCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets damping ratio. <br /> <br /> <source lang="lua"> = b2.WeldJoint:setDampingRatio(damping,)..."
  • 11:04, 23 August 2018 diff hist +1 UrlLoader
  • 11:04, 23 August 2018 diff hist +789 N TileMap:setTileCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the index of the tile. The tile indices are starting from 1.<br /> <br /> <source lang="lu..."
  • 11:04, 23 August 2018 diff hist +322 N Application:getLocaleCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the device locale. The locale string is a combination of ISO 639-1 and ISO 3166-1. For..."
  • 11:04, 23 August 2018 diff hist +747 N Debug.setlocalCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This function assigns the value value to the local variable with index local of the function at level..."
  • 11:04, 23 August 2018 diff hist +1,382 N Event.REQUEST PURCHASE COMPLETECreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when `GoogleBilling:requestPurchase` function completes with these response codes: `Google..."
  • 11:04, 23 August 2018 diff hist +283 N Viewport:setContentCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Specify which sprite should be displayed by this Viewport <source lang="lua"> = Viewport:setContent(c..."
  • 11:04, 23 August 2018 diff hist +267 N Pixel:setTexturePositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets the texture's position <source lang="lua"> = Pixel:setTexturePosition(xy,) </source> '''x:''' (nu..."
  • 11:04, 23 August 2018 diff hist +1 RenderTarget
  • 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..."
  • 11:04, 23 August 2018 diff hist +379 N Bit.rshiftCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns the bitwise logical right-shift by the number of bits given by the second argument. <source l..."
  • 11:04, 23 August 2018 diff hist +551 N Sprite:hitTestPointCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Checks whether the given coordinates (in global coordinate system) is in bounds of the sprite.<..."
  • 11:04, 23 August 2018 diff hist +832 N Io.linesCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Opens the given file name in read mode and returns an iterator function that, each time it is called,..."
  • 11:04, 23 August 2018 diff hist +594 N Sprite:getHeightCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the height of the sprite, in pixels. The height is calculated based on the<br /> bounds..."
  • 11:04, 23 August 2018 diff hist +1 Sqlite3
  • 11:04, 23 August 2018 diff hist +1 Debug
  • 11:04, 23 August 2018 diff hist +191 N Notification:cancelCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Cancels previously scheduled, but not yet displayed notification <source lang="lua"> = Notification:ca..."
  • 11:04, 23 August 2018 diff hist +417 N Object:isInstanceOfCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.08<br/> === Description === Returns true if instance is of provided class name or if it inherits from provided class name <source..."
  • 11:04, 23 August 2018 diff hist +262 N Particles:setParticleAngleCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set angle of particle <source lang="lua"> = Particles:setParticleAngle(iangle,) </source> '''i:''' (n..."
  • 11:04, 23 August 2018 diff hist +1 Bitmap
  • 11:04, 23 August 2018 diff hist +443 N String.lowerCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Receives a string and returns a copy of this string with all uppercase letters changed to lowercase. A..."
  • 11:04, 23 August 2018 diff hist +628 N B2.PolygonShape:setAsBoxCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Build vertices to represent an oriented box.<br /> <br /> <source lang="lua"> = b2.PolygonShape..."
  • 11:04, 23 August 2018 diff hist +261 N B2.Body:setGravityScaleCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2.1<br/> === Description === <br /> Sets the gravity scale of the body. <br /> <br /> <source lang="lua"> = b2.Body:setGravityS..."
  • 11:04, 23 August 2018 diff hist +171 N MovieClip:stopCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Stops playing the movie clip.<br /> <br /> <source lang="lua"> = MovieClip:stop() </source>"
  • 11:04, 23 August 2018 diff hist +295 N Event.KEY DOWNCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Button on controller was pushed down __NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Descript..."
  • 11:04, 23 August 2018 diff hist +183 N Matrix:getYCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get y position <source lang="lua"> (number), = Matrix:getY() </source> '''Returns''' (number) y posit..."
  • 11:04, 23 August 2018 diff hist +450 N Core.yieldCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Yield function running as background task. Core.yield([number of seconds to wait]) Core.yield(true)..."
  • 11:04, 23 August 2018 diff hist +183 N Matrix:getZCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get z position <source lang="lua"> (number), = Matrix:getZ() </source> '''Returns''' (number) z posit..."
  • 11:04, 23 August 2018 diff hist +464 N File:LinesCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns an iterator function that, each time it is called, returns a new line from the file. Therefore..."
  • 11:04, 23 August 2018 diff hist +183 N Matrix:getXCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get x position <source lang="lua"> (number), = Matrix:getX() </source> '''Returns''' (number) x posit..."
  • 11:04, 23 August 2018 diff hist +414 N TextInputDialog:getInputTypeCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns the keyboard type associated with the text field.<br /> <br /> <source lang="lua"> (str..."
  • 11:04, 23 August 2018 diff hist +134 N Event.REQUEST COMPLETECreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when a Facebook graph request returns a response."
  • 11:04, 23 August 2018 diff hist +241 N Sprite:setXCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the x coordinate of the sprite<br /> <br /> <source lang="lua"> = Sprite:setX(x,) </source..."
  • 11:04, 23 August 2018 diff hist +327 N TileMap:clearTileCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Set an empty tile at given indices. The tile indices are starting from 1.<br /> <br /> <source..."
  • 11:04, 23 August 2018 diff hist +671 N Mesh:setGenericArrayCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.4<br/> === Description === <br /> Assigns new content to a generic additional array to be used by a shader. It accepts multiple v..."
  • 11:04, 23 August 2018 diff hist +207 N Pixel:setHeightCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Sets the height of the pixel sprite. <source lang="lua"> = Pixel:setHeight(h,) </source> '''h:''' (nu..."
  • 11:04, 23 August 2018 diff hist +552 N B2.World:destroyBodyCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Destroys a rigid body. This function is locked during callbacks.<br /> <br /> <ul><br />..."
  • 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..."
  • 11:03, 23 August 2018 diff hist +922 N B2.Body:setActiveCreated 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.createGearJointDefCreated 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:setTextureScaleCreated 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 ERRORCreated 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:getMotorSpeedCreated 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:resetFrictionCreated 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:ReadCreated 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:getJointSpeedCreated 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 ERRORCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Error while reporting achievement"
  • 11:03, 23 August 2018 diff hist +863 N Sprite:getCreated 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.updateAsyncCreated 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:deleteStateCreated 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:getScreenDensityCreated 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:addChildAtCreated 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:getParticleGroupListCreated 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.randomCreated 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:isAnyAvailableCreated 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:setParticlePositionCreated 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.inflateCreated 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:getTargetCreated 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:getFrequencyCreated 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:getTextCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the text displayed.<br /> <br /> <source lang="lua"> (string), = TextField:getText() </..."
  • 11:03, 23 August 2018 diff hist +660 N TextInputDialog.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Creates a new `TextInputDialog` object.<br /> <br /> <source lang="lua"> = TextInputDialog.new..."
  • 11:03, 23 August 2018 diff hist +141 N Event.REMOVED FROM STAGECreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when object is removed from stage hierarchy"
  • 11:03, 23 August 2018 diff hist +273 N B2.RevoluteJoint:isMotorEnabledCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Is the joint motor enabled? <br /> <br /> <source lang="lua"> (bool), = b2.RevoluteJoint:isMoto..."
  • 11:03, 23 August 2018 diff hist +558 N RawsetCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets the real value of table[index] to value, without invoking any metamethod. table must be a table,..."
  • 11:03, 23 August 2018 diff hist +1 Int64
  • 11:03, 23 August 2018 diff hist +603 N FBInstant.getInterstitialAdAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Attempt to create an instance of interstitial ad. This instance can then be preloaded and prese..."
  • 11:03, 23 August 2018 diff hist +216 N Event:stopPropagationCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Disables the propagation of the current event in the scene tree hierarchy.<br /> <source lang="..."
  • 11:03, 23 August 2018 diff hist +344 N Particles:setParticleColorCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set color of particles <source lang="lua"> = Particles:setParticleColor(icoloralpha,) </source> '''i:..."
  • 11:03, 23 August 2018 diff hist +369 N Facebook:logoutCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Invalidates the current user session. This method does not unauthorized the application, it si..."
  • 11:03, 23 August 2018 diff hist +412 N MovieClip:setStopActionCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets a *stop* action to the specified frame. When the movie clip reaches a frame <br /> with st..."
  • 11:03, 23 August 2018 diff hist +1 Matrix
  • 11:03, 23 August 2018 diff hist +119 N Event.DATA AVAILABLECreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Dispatched as audio samples become available."
  • 11:03, 23 August 2018 diff hist +1,184 N CollectgarbageCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This function is a generic interface to the garbage collector. It performs different functions accordi..."
  • 11:03, 23 August 2018 diff hist +602 N Utf8.escapeCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Escape a str to UTF-8 format string. It support several escape format: %ddd - which ddd is a decimal..."
  • 11:03, 23 August 2018 diff hist +367 N Application:setBackgroundColorCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the background color (or clear color) of the application in hexadecimal format. Default ba..."
  • 11:03, 23 August 2018 diff hist +490 N Os.executeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This function is equivalent to the C function system. It passes command to be executed by an operating..."
  • 11:03, 23 August 2018 diff hist +375 N Sprite:getAnchorPositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.03.22<br/> === Description === Returns x,y,z anchor position of the `Sprite` in its relative coordinates <source lang="lua"> (num..."
  • 11:03, 23 August 2018 diff hist +440 N GetmetatableCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === If object does not have a metatable, returns nil. Otherwise, if the object's metatable has a "__metata..."
  • 11:03, 23 August 2018 diff hist +1 B2.Manifold
  • 11:03, 23 August 2018 diff hist +673 N RenderTarget:clearCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Clears rendered texture with provided color and opacity <source lang="lua"> = RenderTarget:clear(colo..."
  • 11:03, 23 August 2018 diff hist +636 N Table.removeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Removes from table the element at position pos, shifting down other elements to close the space, if ne..."
  • 11:03, 23 August 2018 diff hist +276 N B2.RevoluteJoint:setMotorSpeedCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the motor speed in radians per second. <br /> <br /> <source lang="lua"> = b2.RevoluteJoin..."
  • 11:03, 23 August 2018 diff hist +1 B2.GearJoint
  • 11:03, 23 August 2018 diff hist +128 N Gaming:sendToCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> <source lang="lua"> = Gaming:sendTo() </source>"
  • 11:03, 23 August 2018 diff hist +283 N B2.Body:setAngularDampingCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Sets the angular damping of the body. <br /> <br /> <source lang="lua"> = b2.Body:setAngularD..."
  • 11:03, 23 August 2018 diff hist +634 N Io.outputCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === When called with a file name, it opens the named file (in text mode), and sets its handle as the defau..."
  • 11:03, 23 August 2018 diff hist +591 N Sprite:setAnchorPositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.03.22<br/> === Description === Sets x, y, z anchor position of `Sprite` in it's relative coordinates. Meaning Sprite with dimens..."
  • 11:03, 23 August 2018 diff hist +277 N B2.MouseJoint:setDampingRatioCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the damping ratio. 0 = no damping, 1 = critical damping. <br /> <br /> <source lang="lua">..."
  • 11:03, 23 August 2018 diff hist +563 N TostringCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Receives an argument of any type and converts it to a string in a reasonable format. For complete cont..."
  • 11:03, 23 August 2018 diff hist +321 N B2.ChainShape:createChainCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a chain with isolated end vertices.<br /> <br /> <source lang="lua"> = b2.ChainShape:cr..."
  • 11:03, 23 August 2018 diff hist -1 Sprite
  • 11:03, 23 August 2018 diff hist +383 N Sprite:isVisibleCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns whether or not the sprite is visible. Child sprites that are not visible are also taken..."
  • 11:03, 23 August 2018 diff hist +467 N Utf8.insertCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Insert a substring to s. If idx is given, insert substring before char at this index, otherwise subst..."
  • 11:03, 23 August 2018 diff hist +124 N Event.LOGIN CANCELCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when the user cancelled Facebook login."
  • 11:03, 23 August 2018 diff hist +649 N EventDispatcher:removeEventListenerCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Removes a listener from the `EventDispatcher` object. `removeEventListener()` function expects<..."
  • 11:03, 23 August 2018 diff hist +372 N B2.Contact:setEnabledCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Enables/disables the contact. This can be used inside the pre-solve contact listener. The co..."
  • 11:03, 23 August 2018 diff hist +595 N Mesh:resizeVertexArrayCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Resizes the vertex array to contain `size` elements.<br /> <br /> If `size` is smaller than th..."
  • 11:03, 23 August 2018 diff hist +720 N FontBase:getAdvanceXCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the width of the first `size` characters of `text`. <br /> Note that this value is not..."
  • 11:03, 23 August 2018 diff hist +349 N Os.removeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Deletes the file or directory with the given name. Directories must be empty to be removed. If this fu..."
  • 11:03, 23 August 2018 diff hist +305 N Ads:getCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Gets property value of the ad (accepted values x, y) <source lang="lua"> (varies), = Ads:get(property,..."
  • 11:03, 23 August 2018 diff hist +1 B2.Fixture

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