User contributions
From GiderosMobile
- 11:04, 23 August 2018 diff hist +351 N Event.PUSH REGISTRATION ERROR Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event is received when application failed to register for push notifications, after calling `registerF..."
- 11:04, 23 August 2018 diff hist +241 N Sprite:getScaleZ Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Returns the scale on z axis of the sprite.<br /> <br /> <source lang="lua"> (number), = Spr..."
- 11:04, 23 August 2018 diff hist +1 B2.FrictionJoint
- 11:04, 23 August 2018 diff hist +348 N Mesh:getTextureCoordinate Created page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Returns u and v coordinate of the i-th element from texture coordinate array <source lang="lua"> (num..."
- 11:04, 23 August 2018 diff hist +275 N Application:canOpenUrl Created page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Tests if it is possible to open provided url using `Application:openUrl` method <source lang="lua"> =..."
- 11:04, 23 August 2018 diff hist +441 N Facebook:dialog Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Generate a UI dialog for the desired action.<br /> <br /> <source lang="lua"> = Facebook:dialo..."
- 11:04, 23 August 2018 diff hist +98 N Event.STATE ERROR Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Game state related error"
- 11:04, 23 August 2018 diff hist +798 N B2.World:createParticleSystem Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> === Description === Creats new particle system, which will use Liquid fun. Parameters that you can provide in table: "..."
- 11:04, 23 August 2018 diff hist +353 N Mesh:setIndex Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets a index at index array. Indices are start from 1. If the index array is not large enough,..."
- 11:04, 23 August 2018 diff hist +156 N Timer:start Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Starts the timer.<br /> <br /> <source lang="lua"> = Timer:start() </source>"
- 11:04, 23 August 2018 diff hist +1,164 N Sound.setListenerPosition Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Sets the position of the listener in a 3D environment <source lang="lua"> = Sound.setListenerPosition(..."
- 11:04, 23 August 2018 diff hist +1 Os
- 11:04, 23 August 2018 diff hist +1 B2.WeldJoint
- 11:04, 23 August 2018 diff hist +1,127 N B2.createMouseJointDef Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates and returns a mouse joint definition table with the bodies, world target point, maxForc..."
- 11:04, 23 August 2018 diff hist +403 N B2.ParticleSystem:createParticle Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> === Description === Creates new particle. Accepts table with possible keys: "flags", "position", "velocity", "color"..."
- 11:04, 23 August 2018 diff hist +345 N Iad.Banner:isBannerLoaded Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns `true` if the ad banner has downloaded an advertisement, `false` otherwise.<br /> <br /..."
- 11:04, 23 August 2018 diff hist +217 N Geolocation:startUpdatingHeading Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Starts the generation of updates that report the heading.<br /> <br /> <source lang="lua"> = Ge..."
- 11:04, 23 August 2018 diff hist +397 N Application:getContentHeight Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> If the orientation is portrait, this function returns logical height. If the orientation is lan..."
- 11:04, 23 August 2018 diff hist +245 N Json.encode Created page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns encoded json string from provided Lua table <source lang="lua"> = json.encode(data,) </source..."
- 11:04, 23 August 2018 diff hist +394 N RenderTarget:getPixel Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Returns single pixels color and alpha channel <source lang="lua"> (number) (number), = RenderTarget:g..."
- 11:04, 23 August 2018 diff hist +503 N Timer.new Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `Timer` object with the specified delay and repeatCount states.<br /> <br /> <sou..."
- 11:04, 23 August 2018 diff hist +325 N Event.LOGIN ERROR Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when a Facebook dialog has failed. `event.errorCode` and `event.errorDescription` fields g..."
- 11:04, 23 August 2018 diff hist +520 N Path2D:setLineThickness Created page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Sets the thickness (width) of the outline, and optionnally set the amount of 'feather' effect. <sourc..."
- 11:04, 23 August 2018 diff hist +1 Macro Constants
- 11:04, 23 August 2018 diff hist +316 N B2.WheelJoint:getJointSpeed Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current joint translation speed in meters per second. <br /> <br /> <source lang="l..."
- 11:04, 23 August 2018 diff hist +208 N Matrix:getRotationX Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get rotation for x axis <source lang="lua"> (number), = Matrix:getRotationX() </source> '''Returns'''..."
- 11:04, 23 August 2018 diff hist +472 N Particles:getParticles Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Retrieve particles states of this system <source lang="lua"> (table), = Particles:getParticles(settag,..."
- 11:04, 23 August 2018 diff hist +207 N Matrix:getRotationY Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get rotation on y axis <source lang="lua"> (number), = Matrix:getRotationY() </source> '''Returns'''..."
- 11:04, 23 August 2018 diff hist +212 N Matrix:getRotationZ Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get rotation for z axis <source lang="lua"> (number), = Matrix:getRotationZ() </source> '''Returns'''..."
- 11:04, 23 August 2018 diff hist +204 N B2.Body:isSleepingAllowed Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> <source lang="lua"> (bool), = b2.Body:isSleepingAllowed() </source> '''Returns''' (bool) if..."
- 11:04, 23 August 2018 diff hist +579 N StoreKit:purchase Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Process a payment request. When that transaction is complete or if a failure occurs, `Event.T..."
- 11:04, 23 August 2018 diff hist +285 N Application:getTextureMemoryUsage Created page with "__NOTOC__ '''Available since:''' Gideros 2012.08.3<br/> === Description === <br /> Returns the texture memory usage (in Kbytes).<br /> <br /> <source lang="lua"> (number), = A..."
- 11:04, 23 August 2018 diff hist +270 N B2.WheelJoint:isMotorEnabled Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Is the joint motor enabled? <br /> <br /> <source lang="lua"> (bool), = b2.WheelJoint:isMotorEn..."
- 11:04, 23 August 2018 diff hist +592 N Debug.debug Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Enters an interactive mode with the user, running each string that the user enters. Using simple comma..."
- 11:04, 23 August 2018 diff hist +983 N Zlib.compress Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.18<br/> === Description === Return a string containing the compressed buffer according to the given parameters. <source lang="..."
- 11:04, 23 August 2018 diff hist +1 Microphone
- 11:04, 23 August 2018 diff hist +249 N TextInputDialog:setText Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Sets the text on the text field.<br /> <br /> <source lang="lua"> = TextInputDialog:setText(tex..."
- 11:04, 23 August 2018 diff hist +271 N File:Close Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Closes file. Note that files are automatically closed when their handles are garbage collected, but th..."
- 11:04, 23 August 2018 diff hist +102 N Event.LEFT TRIGGER Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event for analog left trigger"
- 11:04, 23 August 2018 diff hist +130 N Gaming:joinRoom Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> <source lang="lua"> = Gaming:joinRoom() </source>"
- 11:04, 23 August 2018 diff hist +260 N Math.sqrt Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns square root of v <source lang="lua"> (number), = math.sqrt(v,) </source> '''v:''' (number) val..."
- 11:04, 23 August 2018 diff hist +307 N Gaming:revealAchievement Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Reveal a hidden achievement <source lang="lua"> = Gaming:revealAchievement(achievementIdimmediate,) <..."
- 11:04, 23 August 2018 diff hist +316 N B2.Joint:getReactionTorque Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the reaction torque on bodyB in N*m. <br /> <br /> <source lang="lua"> (number), = b2.J..."
- 11:04, 23 August 2018 diff hist +135 N Event.HEADING UPDATE Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched on each user heading direction update"
- 11:04, 23 August 2018 diff hist +642 N Application:setFps Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Sets the frame rate of the application. Accepted values are `30` and `60`.<br /> <br /> You c..."
- 11:04, 23 August 2018 diff hist +365 N Iad.Banner:setAlignment Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Sets the alignment of the banner as the top or bottom.<br /> <br /> <source lang="lua"> = iad.B..."
- 11:04, 23 August 2018 diff hist +335 N NotificationManager:getScheduledNotifications Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Retrieves the lua table of scheduled local notifications, that were not yet displayed. The table uses..."
- 11:04, 23 August 2018 diff hist +1 Larger and Smaller Operators
- 11:04, 23 August 2018 diff hist +1 B2.PulleyJoint
- 11:04, 23 August 2018 diff hist +950 N Tonumber Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Tries to convert its argument to a number. If the argument is already a number or a string convertible..."