User contributions
From GiderosMobile
- 11:04, 23 August 2018 diff hist +1 B2.RevoluteJoint
- 11:04, 23 August 2018 diff hist +329 N Ads:setPosition Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Sets position of the ad in Gideros logical dimensions, taking into consideration applied automatic sc..."
- 11:04, 23 August 2018 diff hist +91 N Event.ROOM CONNECTED Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Room is connected"
- 11:04, 23 August 2018 diff hist +541 N Pixel:setTexture Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Associate a texture to this pixel <source lang="lua"> = Pixel:setTexture(textureslotmatrix,) </source>..."
- 11:04, 23 August 2018 diff hist +242 N Bitmap.new Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `Bitmap` object.<br /> <br /> <br /> <source lang="lua"> = Bitmap.new(texture,) <..."
- 11:04, 23 August 2018 diff hist +1 Iad
- 11:04, 23 August 2018 diff hist +711 N FBInstant.payments.getPurchasesAsync Created page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Fetches all of the player's unconsumed purchases. As a best practice, the game should fetch the..."
- 11:04, 23 August 2018 diff hist +119 N Event.AD ACTION BEGIN Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Some action like user clicked begin on the ad"
- 11:04, 23 August 2018 diff hist +114 N Event.AD DISMISSED Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Ad was dismissed/removed from the screen"
- 11:04, 23 August 2018 diff hist +376 N Xpcall Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === `pcall` function f with new error handler err. The operations related to coroutines comprise a sub-lib..."
- 11:04, 23 August 2018 diff hist +1,190 N File:Seek Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets and gets the file position, measured from the beginning of the file, to the position given by off..."
- 11:04, 23 August 2018 diff hist +159 N Event.BANNER ACTION FINISHED Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === This event is dispatched when the user gets back to app after interaction with the ad."
- 11:04, 23 August 2018 diff hist +621 N FontBase:getCharIndexAtOffset Created page with "__NOTOC__ '''Available since:''' Gideros 2018.3.1<br/> === Description === <br /> Returns the the offset within the given text string to which correponds the given X offset in..."
- 11:04, 23 August 2018 diff hist +704 N Notification:setSound Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets the sound which is played when notification is shown. By default no sound is played and if you w..."
- 11:04, 23 August 2018 diff hist +195 N Notification:getSound Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Retrieves the sound of local notification that was previously set. <source lang="lua"> = Notification:..."
- 11:04, 23 August 2018 diff hist +376 N Event.TOUCHES CANCEL Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when touch is interrupted, for example, by a phone call, or any sort of modal..."
- 11:04, 23 August 2018 diff hist +401 N Rawget Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Gets the real value of table[index], without invoking any metamethod. table must be a table; index may..."
- 11:04, 23 August 2018 diff hist +276 N Shape:closePath Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Marks the current subpath as closed, and starts a new subpath with a point the same as the star..."
- 11:04, 23 August 2018 diff hist +544 N Shader:setConstant Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> === Description === To change the value of a uniform from lua <source lang="lua"> = Shader:setConstant(uniform namedat..."
- 11:04, 23 August 2018 diff hist +1 Gyroscope
- 11:04, 23 August 2018 diff hist +147 N Event.PROGRESS Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched to notify of how far the download has progressed."
- 11:04, 23 August 2018 diff hist +296 N Sprite:getSkew Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Returns the x and y skew parameters of the Sprite <source lang="lua"> (number) (number), = Sprite:getS..."
- 11:04, 23 August 2018 diff hist +316 N Path2D:setFontPath Created page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Sets the path from the outline of a character in a TTFont. <source lang="lua"> = Path2D:setFontPath(f..."
- 11:04, 23 August 2018 diff hist +141 N Event.APPLICATION RESUME Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when application is resumed (become active)"
- 11:04, 23 August 2018 diff hist +1 TexturePack
- 11:04, 23 August 2018 diff hist +364 N B2.PrismaticJoint:getLimits Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the lower and upper joint limit, usually in meters. <br /> <br /> <source lang="lua"> (..."
- 11:04, 23 August 2018 diff hist +418 N Sprite:getScale Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the horizontal, vertical and z axis scales of the sprite.<br /> <br /> <source lang="lu..."
- 11:04, 23 August 2018 diff hist +834 N Debug.settypemt Created page with "__NOTOC__ '''Available since:''' Gideros 2016.08<br/> === Description === Set meta table type From http://lua-users.org/wiki/LuaPowerPatches Useful to extend Lua syntax and f..."
- 11:04, 23 August 2018 diff hist +578 N Table.insert Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Inserts element value at position pos in table, shifting up other elements to open space, if necessary..."
- 11:04, 23 August 2018 diff hist +374 N Core.frameStatistics Created page with "__NOTOC__ '''Available since:''' Gideros 2016.08<br/> === Description === Returns table with fields: *meanFrameTime* - the average duration of a frame (useful to get current..."
- 11:04, 23 August 2018 diff hist +1 Stage
- 11:04, 23 August 2018 diff hist +1 B2.MouseJoint
- 11:04, 23 August 2018 diff hist +234 N NotificationManager.getSharedInstance Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the shared instance of NotificationManager class. There can be no other instance. <source lang..."
- 11:04, 23 August 2018 diff hist +232 N B2.WeldJoint:getFrequency Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns frequency in Hz. <br /> <br /> <source lang="lua"> (number), = b2.WeldJoint:getFrequenc..."
- 11:04, 23 August 2018 diff hist +447 N Mesh:setTextureCoordinate Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets a texture coordinate at texture coordinate array. Indices are start from 1. If the textur..."
- 11:04, 23 August 2018 diff hist +1,026 N Event.RESTORE TRANSACTIONS COMPLETE Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when `GoogleBilling:restoreTransactions` function completes with these response codes: `Go..."
- 11:04, 23 August 2018 diff hist +109 N Event.PLAYER SCORE ERROR Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Error while retrieving player score"
- 11:04, 23 August 2018 diff hist +1,140 N TTFont.new Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `TTFont` object.<br /> <br /> Starting from gideros 2017.9, 'text' optional param..."
- 11:04, 23 August 2018 diff hist +238 N TextureRegion:getScale Created page with "__NOTOC__ '''Available since:''' Gideros 2018.6.3<br/> === Description === <br /> Returns the scale factor of the underlying atlas <br /> <source lang="lua"> (number), = Textu..."
- 11:04, 23 August 2018 diff hist +353 N GoogleBilling:setApiVersion Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets the API version. You can find more information http://developer.android.com/guide/google/..."
- 11:04, 23 August 2018 diff hist +263 N B2.Body:getLinearDamping Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns the linear damping of the body. <br /> <br /> <source lang="lua"> (number), = b2.Body..."
- 11:04, 23 August 2018 diff hist +257 N Sprite:getScaleY Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the vertical scale of the sprite.<br /> <br /> <source lang="lua"> (number), = Sprite:g..."
- 11:04, 23 August 2018 diff hist +460 N Particles:getParticleDecay Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Get decay values for the given particle <source lang="lua"> (number) (number) (number) (number), = Par..."
- 11:04, 23 August 2018 diff hist +568 N RenderTarget:save Created page with "__NOTOC__ '''Available since:''' Gideros 2016.08<br/> === Description === save contents of RenderTarget as image <source lang="lua"> = RenderTarget:save(filenamexywidthheight,..."
- 11:04, 23 August 2018 diff hist +288 N EventDispatcher:dispatchEvent Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Dispatches an event to this `EventDispatcher` instance.<br /> <br /> <source lang="lua"> = Even..."
- 11:04, 23 August 2018 diff hist +679 N Shape:setLineStyle Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the line style that `Shape` object uses for subsequent drawings. The line style remains in..."
- 11:04, 23 August 2018 diff hist +357 N Math.fmod Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the remainder of the division of v1 by v2 that rounds the quotient towards zero. <source lang=..."
- 11:04, 23 August 2018 diff hist +273 N B2.WheelJoint:setMotorSpeed Created 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.WheelJoint:s..."
- 11:04, 23 August 2018 diff hist +262 N Sprite:getScaleX Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the horizontal scale of the sprite.<br /> <br /> <source lang="lua"> (number), = Sprite..."
- 11:04, 23 August 2018 diff hist +294 N Ads:set Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets property value of the ad (accepted values: x, y) <source lang="lua"> = Ads:set(propertyvalue,) </..."