User contributions
From GiderosMobile
- 11:03, 23 August 2018 diff hist +603 N FBInstant.getInterstitialAdAsync Created 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:stopPropagation Created 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:setParticleColor Created 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:logout Created 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:setStopAction Created 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 AVAILABLE Created 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 Collectgarbage Created 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.escape Created 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:setBackgroundColor Created 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.execute Created 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:getAnchorPosition Created 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 Getmetatable Created 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:clear Created 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.remove Created 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: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.RevoluteJoin..."
- 11:03, 23 August 2018 diff hist +1 B2.GearJoint
- 11:03, 23 August 2018 diff hist +128 N Gaming:sendTo Created 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:setAngularDamping Created 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.output Created 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:setAnchorPosition Created 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:setDampingRatio Created 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 Tostring Created 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:createChain Created 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:isVisible Created 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.insert Created 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 CANCEL Created 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:removeEventListener Created 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:setEnabled Created 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:resizeVertexArray Created 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:getAdvanceX Created 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.remove Created 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:get Created 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
- 11:03, 23 August 2018 diff hist +267 N B2.PrismaticJoint:isLimitEnabled Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Is the joint limit enabled? <br /> <br /> <source lang="lua"> (bool), = b2.PrismaticJoint:isLimitEnabl..."
- 11:03, 23 August 2018 diff hist +428 N B2.ParticleSystem:setTexture Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> === Description === Sets texture to particles in this system <source lang="lua"> = b2.ParticleSystem:setTexture(textur..."
- 11:03, 23 August 2018 diff hist +276 N Matrix:getM22 Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the value of the `m22` component for this `Matrix` instance.<br /> <br /> <source lang=..."
- 11:03, 23 August 2018 diff hist +324 N Mesh:getColor Created page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Returns color and alpha of the i-th element from color array <source lang="lua"> (number) (number), =..."
- 11:03, 23 August 2018 diff hist +554 N B2.Body:getLocalVector Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns the local coordinates of a vector given the world coordinates. <br /> <br /> <source..."
- 11:03, 23 August 2018 diff hist +1 SoundChannel
- 11:03, 23 August 2018 diff hist +555 N B2.Body:getLocalPoint Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns the local coordinates of a point given the world coordinates.<br /> <br /> <source l..."
- 11:03, 23 August 2018 diff hist +256 N Mesh:getIndex Created page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Returns the i-th element from index array <source lang="lua"> (number), = Mesh:getIndex(i,) </source>..."
- 11:03, 23 August 2018 diff hist +330 N Geolocation.isHeadingAvailable Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns `true` if the device has the capability to determine heading, `false` otherwise.<br />..."
- 11:03, 23 August 2018 diff hist +923 N Flurry.logEvent Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Use this function to count the number of times certain events happen during a session of your applicat..."
- 11:03, 23 August 2018 diff hist +266 N B2.Body:getAngularDamping Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns the angular damping of the body. <br /> <br /> <source lang="lua"> (number), = b2.Bod..."
- 11:03, 23 August 2018 diff hist +174 N B2.Body:setBullet Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> <source lang="lua"> = b2.Body:setBullet(flag,) </source> '''flag:''' (boolean) ''''''<br/>"
- 11:03, 23 August 2018 diff hist +205 N Event.MEMORY WARNING Created page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === This event is dispatched when device has low memory and you can try to free memory in your app, by re..."
- 11:03, 23 August 2018 diff hist +518 N Event.MOUSE HOVER Created page with "__NOTOC__ '''Available since:''' Gideros 2015.08<br/> === Description === This event is dispatched when mouse is moved and not button is pressed. The event is available only o..."