User contributions
From GiderosMobile
- 11:05, 23 August 2018 diff hist +1,058 N Path2D:setPath Created page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Set path to draw, using string with commands represented as: <ul> <li>M - MoveTo, 2 values (x,y)</li>..."
- 11:05, 23 August 2018 diff hist +264 N Sprite:getRotation Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the rotation of the sprite in degrees.<br /> <br /> <source lang="lua"> (number), = Spr..."
- 11:05, 23 August 2018 diff hist +73 N Event.DISCONNECTED FROM ROOM Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description ==="
- 11:05, 23 August 2018 diff hist +277 N SoundChannel:isPaused Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the paused state of the channel. <br /> <br /> <source lang="lua"> (bool), = SoundChan..."
- 11:05, 23 August 2018 diff hist +949 N Core.random Created page with "__NOTOC__ '''Available since:''' Gideros 2017.9<br/> === Description === Generate and return a pseudo random number. The random number sequence is guaranteed to be consistent..."
- 11:05, 23 August 2018 diff hist +349 N Matrix:translate Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === combine existing translation with provided translation <source lang="lua"> = Matrix:translate(xyz,) <..."
- 11:05, 23 August 2018 diff hist +1 Particles
- 11:05, 23 August 2018 diff hist +144 N Event.LAYOUT RESIZED Created page with "__NOTOC__ '''Available since:''' Gideros 2018.5<br/> === Description === Dispatched to a sprite when its size has been set by the layout system."
- 11:05, 23 August 2018 diff hist +329 N Gaming.new Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Currently supports 'googleplay' for Android and 'gamekit' for iOS. <source lang="lua"> (Gaming), = Ga..."
- 11:05, 23 August 2018 diff hist +1 Iad.Banner
- 11:05, 23 August 2018 diff hist +264 N Sprite:getParent Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the `Sprite` object that contains this `Sprite` object.<br /> <br /> <source lang="lua"..."
- 11:05, 23 August 2018 diff hist +471 N Matrix:setElements Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets all 6 elements of the matrix.<br /> <br /> <source lang="lua"> = Matrix:setElements(m11m12..."
- 11:05, 23 August 2018 diff hist +243 N Matrix:setM12 Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the value of the `m12` component for this `Matrix` instance.<br /> <br /> <source lang="lu..."
- 11:05, 23 August 2018 diff hist +243 N Matrix:setM11 Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the value of the `m11` component for this `Matrix` instance.<br /> <br /> <source lang="lu..."
- 11:04, 23 August 2018 diff hist +318 N B2.World:setGravity Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the gravity vector.<br /> <br /> <source lang="lua"> = b2.World:setGravity(gravityxgravity..."
- 11:04, 23 August 2018 diff hist +124 N Event.APPLICATION EXIT Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when application is closed"
- 11:04, 23 August 2018 diff hist +654 N Mesh:resizeTextureCoordinateArray Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Resizes the texture coordinate array to contain `size` elements.<br /> <br /> If `size` is sma..."
- 11:04, 23 August 2018 diff hist +260 N Pixel:setDimensions Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Sets both width and height of the Pixel. <source lang="lua"> = Pixel:setDimensions(wh,) </source> '''..."
- 11:04, 23 August 2018 diff hist +226 N B2.Contact:getFriction Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns the friction.<br /> <br /> <source lang="lua"> (number), = b2.Contact:getFriction()..."
- 11:04, 23 August 2018 diff hist +568 N Matrix:orthographicProjection Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Replace this matrix by an orthographic projection suitable for the current 3D engine <source lang="lu..."
- 11:04, 23 August 2018 diff hist +521 N Pairs Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns three values: an iterator function, the table t, and nil, so that the construction for..."
- 11:04, 23 August 2018 diff hist +265 N Controller:getControllerName Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Get the name of controller <source lang="lua"> (string), = Controller:getControllerName(id,) </source..."
- 11:04, 23 August 2018 diff hist +718 N Utf8.widthindex Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Return the character index at given location in string s. this is a reverse operation of utf8.width()..."
- 11:04, 23 August 2018 diff hist +866 N FBInstant.context.chooseAsync Created page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Opens a context selection dialog for the player. If the player selects an available context, th..."
- 11:04, 23 August 2018 diff hist +2,223 N Application:configureFrustum Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === Configure the field of view (fov) and far clipping plane for 3D projection. Setting a fov of 0 se..."
- 11:04, 23 August 2018 diff hist +336 N TexturePack:getTextureRegion Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the texture region of texture pack.<br /> <br /> <source lang="lua"> (TextureRegion), =..."
- 11:04, 23 August 2018 diff hist +227 N B2.ParticleSystem:destroyParticle Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> === Description === Destroy particle by Id <source lang="lua"> = b2.ParticleSystem:destroyParticle(id,) </source> '''i..."
- 11:04, 23 August 2018 diff hist +229 N Math.log Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns natural logarithm of v <source lang="lua"> (number), = math.log(v,) </source> '''v:''' (number..."
- 11:04, 23 August 2018 diff hist +506 N Facebook:extendAccessTokenIfNeeded Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Attempts to extend the access token. The access token expires after a certain amount of time a..."
- 11:04, 23 August 2018 diff hist +310 N Application:getOrientation Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the orientation of the application.<br /> <br /> <source lang="lua"> (string), = Applic..."
- 11:04, 23 August 2018 diff hist +486 N FBInstant.canCreateShortcutAsync Created page with "__NOTOC__ '''Available since:''' Gideros 2018.3.1<br/> === Description === <br /> Returns whether or not the user is eligible to have shortcut creation requested.<br /> <br />..."
- 11:04, 23 August 2018 diff hist +783 N TextInputDialog:setInputType Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Sets the input (keyboard) type associated with the text field. The options are:<br /> <br /> &l..."
- 11:04, 23 August 2018 diff hist +163 N Event.BANNER AD LOADED Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === This event is dispatched when an ad becomes available, and will be displayed on the screen"
- 11:04, 23 August 2018 diff hist +1 Event
- 11:04, 23 August 2018 diff hist +530 N B2.World:step Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Take a time step. This performs collision detection, integration, and constraint solution.<br /..."
- 11:04, 23 August 2018 diff hist +399 N Gaming:resolveState Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Resolve a conflict state in cloud storage. Either `Event.STATE_ERROR` or `Event.STATE_CONFLICT` will..."
- 11:04, 23 August 2018 diff hist +302 N B2.Fixture:getBody Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the parent body of this fixture. This is `nil` if the fixture is not attached.<br /> <b..."
- 11:04, 23 August 2018 diff hist +815 N Matrix:getMatrix Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get all 16 elements of 4x4 matrix <source lang="lua"> (number) (number) (number) (number) (number) (n..."
- 11:04, 23 August 2018 diff hist +277 N SoundChannel:getVolume Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current volume of the sound channel.<br /> <br /> <source lang="lua"> (number), = S..."
- 11:04, 23 August 2018 diff hist +422 N Bit.tobit Created page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Normalizes a number to the numeric range for bit operations and returns it. This function is usually..."
- 11:04, 23 August 2018 diff hist +311 N B2.DistanceJoint:getFrequency Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the mass-spring-damper frequency of this distance joint in Hertz.<br /> <br /> <source..."
- 11:04, 23 August 2018 diff hist +528 N Debug.getupvalue Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This function returns the name and the value of the upvalue with index up of the function func. The fu..."
- 11:04, 23 August 2018 diff hist +101 N Event.REPORT SCORE COMPLETE Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Score successfully reported"
- 11:04, 23 August 2018 diff hist +265 N TextureBase:getWidth Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the width of the texture in pixels.<br /> <br /> <source lang="lua"> (number), = Textur..."
- 11:04, 23 August 2018 diff hist +95 N Event.AD FAILED Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Failed to retrieve ad"
- 11:04, 23 August 2018 diff hist +256 N B2.WheelJoint:enableMotor Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Enables or disables the joint motor. <br /> <br /> <source lang="lua"> = b2.WheelJoint:enableMo..."
- 11:04, 23 August 2018 diff hist +333 N B2.ChainShape:createLoop Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a loop. This automatically adjusts connectivity.<br /> <br /> <source lang="lua"> = b2...."
- 11:04, 23 August 2018 diff hist +557 N FBInstant.getEntryPointData Created page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Returns any data object associated with the entry point that the game was launched from. The c..."
- 11:04, 23 August 2018 diff hist +1 FBInstant.context
- 11:04, 23 August 2018 diff hist +113 N Event.RIGHT JOYSTICK Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event for movement of the right joystick"