User contributions

From GiderosMobile
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

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

  • 11:03, 23 August 2018 diff hist +302 N Mesh.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Creates a new `Mesh` object.<br /> <br /> <source lang="lua"> = Mesh.new(is3d,) </source> '..."
  • 11:03, 23 August 2018 diff hist +1,263 N Sprite:setStencilOperationCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.6<br/> === Description === Allows to set a stencil operation to be used when drawing this sprite.<br /> The table can contain..."
  • 11:03, 23 August 2018 diff hist +325 N B2.RevoluteJoint:setLimitsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the joint limits in radians. <br /> <br /> <source lang="lua"> = b2.RevoluteJoint:setLimit..."
  • 11:03, 23 August 2018 diff hist +515 N Matrix:rotateCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Combine existing rotation with provided. It takes a x,y,z vector and an angle, and rotate the matrix..."
  • 11:03, 23 August 2018 diff hist +803 N Table.concatCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Given an array where all elements are strings or numbers, returns table[i]..sep..table[i+1] ··· sep..."
  • 11:03, 23 August 2018 diff hist +414 N NotificationManager:unregisterForPushNotificationsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Unregister device from receiving push notifications. Basically this method invalidates the deviceToken..."
  • 11:03, 23 August 2018 diff hist +112 N Event.LEFT JOYSTICKCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event for movement of the left joystick"
  • 11:03, 23 August 2018 diff hist +949 N B2.Fixture:setFilterDataCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the contact filtering data. This will not update contacts until the next time step<br /> w..."
  • 11:03, 23 August 2018 diff hist +1 FBInstant.player
  • 11:03, 23 August 2018 diff hist +269 N B2.WheelJoint:getSpringFrequencyHzCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the spring frequency in hertz.<br /> <br /> <source lang="lua"> (number), = b2.WheelJoi..."
  • 11:03, 23 August 2018 diff hist +288 N B2.DistanceJoint:getDampingRatioCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the damping ratio of this distance joint.<br /> <br /> <source lang="lua"> (number), =..."
  • 11:03, 23 August 2018 diff hist +243 N B2.DebugDraw:appendFlagsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Append flags to the current flags.<br /> <br /> <source lang="lua"> = b2.DebugDraw:appendFlags(..."
  • 11:03, 23 August 2018 diff hist +839 N FBInstant.player.getPhotoCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> A url to the player's public profile photo. The photo will always be a square, and with dimensi..."
  • 11:03, 23 August 2018 diff hist +784 N FBInstant.player.flushDataAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Immediately flushes any changes to the player data to the designated cloud storage. This functi..."
  • 11:03, 23 August 2018 diff hist +453 N Io.typeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Checks whether obj is a valid file handle. Returns the string "file" if obj is an open file handle, "c..."
  • 11:03, 23 August 2018 diff hist +153 N Microphone:startCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Start recording with device. <source lang="lua"> = Microphone:start() </source>"
  • 11:03, 23 August 2018 diff hist +235 N Application:getApiVersionCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.08.2<br/> === Description === <br /> Returns the API version.<br /> <br /> <source lang="lua"> (string), = Application:getApiVers..."
  • 11:03, 23 August 2018 diff hist +583 N FBInstant.player.getStatsAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Retrieve stats from the designated cloud storage of the current player.<br /> <br /> <source la..."
  • 11:03, 23 August 2018 diff hist +449 N FBInstant.payments.getCatalogAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Fetches the game's product catalog.<br /> <br /> <source lang="lua"> = FBInstant.payments.getCa..."
  • 11:03, 23 August 2018 diff hist +137 N Event.AD ACTION ENDCreated page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Some action as, for example, video was watched, ended on the ad"
  • 11:02, 23 August 2018 diff hist +1 B2.DistanceJoint
  • 11:02, 23 August 2018 diff hist +252 N B2.Fixture:getFilterDataCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the contact filtering data.<br /> <br /> <source lang="lua"> (table), = b2.Fixture:getF..."
  • 11:02, 23 August 2018 diff hist +292 N B2.Contact:getChildIndexACreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns the child primitive index for fixture A. <br /> <br /> <source lang="lua"> (number),..."
  • 11:02, 23 August 2018 diff hist +322 N B2.WheelJoint:setSpringFrequencyHzCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the spring frequency in hertz. Setting the frequency to zero disables the spring.<br /> <b..."
  • 11:02, 23 August 2018 diff hist +348 N B2.Body:applyTorqueCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Applies a torque. This affects the angular velocity without affecting<br /> the linear velocity..."
  • 11:02, 23 August 2018 diff hist +292 N B2.Contact:getChildIndexBCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns the child primitive index for fixture B. <br /> <br /> <source lang="lua"> (number),..."
  • 11:02, 23 August 2018 diff hist +540 N Utf8.lenCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Returns the number of UTF-8 characters in string s that start between positions i and j (both inclusi..."
  • 11:02, 23 August 2018 diff hist +246 N Mesh:getTextureCoordinateArraySizeCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Get size of the Texture Coordinate array <source lang="lua"> (number), = Mesh:getTextureCoordinateArr..."
  • 11:02, 23 August 2018 diff hist +323 N TileMap:setRepeatCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.2<br/> === Description === <br /> Indicate if the tilemap should repeat itself.<br /> <br /> <source lang="lua"> = TileMap:setRep..."
  • 11:02, 23 August 2018 diff hist +418 N Ads:setKeyCreated page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === provide all the keys/appids/etc needed for the framework, which you will get in same order on Native..."
  • 11:02, 23 August 2018 diff hist +101 N Event.REPORT SCORE ERRORCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Error while reporting score"
  • 11:02, 23 August 2018 diff hist +351 N Event.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `Event` object to be dispatched from an `EventDispatcher`.<br /> <br /> <source l..."
  • 11:02, 23 August 2018 diff hist +299 N Timer:getDelayCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the time interval between timer events in milliseconds.<br /> <br /> <source lang="lua"..."
  • 11:02, 23 August 2018 diff hist +235 N Shader.getEngineVersionCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> === Description === Returns the version of the shader engine <source lang="lua"> (string), = Shader:getEngineVersion()..."
  • 11:02, 23 August 2018 diff hist +512 N LoadfileCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Loads a chunk from the file without execution. If there are no errors, returns the compiled chunk a..."
  • 11:02, 23 August 2018 diff hist +182 N B2.ChainShape.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `b2.ChainShape` object.<br /> <br /> <source lang="lua"> = b2.ChainShape.new() </..."
  • 11:02, 23 August 2018 diff hist +285 N FontBase:getLineHeightCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the distance from one base line to the next.<br /> <br /> <source lang="lua"> (number),..."
  • 11:02, 23 August 2018 diff hist +1 Coroutine
  • 11:02, 23 August 2018 diff hist +302 N Facebook:isSessionValidCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Checks if the access token is available and has not expired.<br /> <br /> <source lang="lua">..."
  • 11:02, 23 August 2018 diff hist +280 N Math.acosCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the arc cosine of v (in radians). <source lang="lua"> (number), = math.acos(v,) </source> '''v..."
  • 11:02, 23 August 2018 diff hist +1,323 N TexturePack.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `TexturePack` object. This function creates the texture pack at runtime.<br /> <b..."
  • 11:02, 23 August 2018 diff hist +571 N FBInstant.player.getConnectedPlayersAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Fetches a table of ConnectedPlayer tables containing information about players that are connect..."
  • 11:02, 23 August 2018 diff hist +272 N Sprite:getNumChildrenCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the number of children of this sprite.<br /> <br /> <source lang="lua"> (number), = Spr..."
  • 11:02, 23 August 2018 diff hist +225 N Geolocation:stopUpdatingLocationCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Stops the generation of updates that report the current location.<br /> <br /> <source lang="lu..."
  • 11:02, 23 August 2018 diff hist +288 N Sprite:getRotationXCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Returns the rotation of the sprite around x axis in degrees.<br /> <br /> <source lang="lua..."
  • 11:02, 23 August 2018 diff hist +360 N MovieClip.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `MovieClip` object. After constructing the MovieClip object, it starts playing. Y..."
  • 11:02, 23 August 2018 diff hist +555 N B2.Body:getWorldPointCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns the world coordinates of a point given the local coordinates.<br /> <br /> <source l..."
  • 11:02, 23 August 2018 diff hist +497 N SoundChannel:setPitchCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.3<br/> === Description === <br /> Sets the pitch relative to the pitch of the original sound channel. Default pitch is 1. Se..."
  • 11:02, 23 August 2018 diff hist +1 TextureRegion
  • 11:02, 23 August 2018 diff hist +1 JS

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