User contributions

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

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

  • 11:02, 23 August 2018 diff hist +1,065 N B2.createRopeJointDefCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.3<br/> === Description === <br /> Creates and returns a rope joint definition table with the bodies and local anchors using a..."
  • 11:02, 23 August 2018 diff hist +1 Ads
  • 11:02, 23 August 2018 diff hist +1 Octal Numbers
  • 11:02, 23 August 2018 diff hist +353 N Math.maxCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns maximum in a list of one or more values <source lang="lua"> (number), = math.max(v1...,) </sou..."
  • 11:02, 23 August 2018 diff hist +1,083 N Package.loadlibCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Dynamically links the host program with the C library libname. Inside this library, looks for a functi..."
  • 11:02, 23 August 2018 diff hist +289 N Event.ENTER FRAMECreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === The Gideros runtime dispatches the built-in `Event.ENTER_FRAME` event to `Sprite` instances before ren..."
  • 11:02, 23 August 2018 diff hist +235 N Math.log10Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the base-10 logarithm of v <source lang="lua"> (number), = math.log10(v,) </source> '''v:''' (..."
  • 11:02, 23 August 2018 diff hist +500 N Event.MOUSE DOWNCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched on mouse down action. It is possible to generate this event using touch actio..."
  • 11:02, 23 August 2018 diff hist +103 N Event.RIGHT TRIGGERCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event for analog right trigger"
  • 11:02, 23 August 2018 diff hist +382 N String.lenCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Receives a string and returns its length. The empty string "" has length 0. Embedded zeros are counted..."
  • 11:02, 23 August 2018 diff hist +593 N GetfenvCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the current environment in use by the function. f can be a Lua function or a number that speci..."
  • 11:02, 23 August 2018 diff hist +1,892 N Sprite:setBlendModeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the blend mode of the sprite. This method can be called with 1 or 2 parameters. If one pa..."
  • 11:02, 23 August 2018 diff hist +583 N Debug.setupvalueCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This function assigns the value value to the upvalue with index up of the function func. The function..."
  • 11:02, 23 August 2018 diff hist +599 N SoundChannel:setWorldPositionCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Sets the position of this sound in a 3D world <source lang="lua"> = SoundChannel:setWorldPosition(xyzv..."
  • 11:02, 23 August 2018 diff hist +730 N TextField.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `TextField` object with the specified font and text. Gideros runtime includes a<b..."
  • 11:02, 23 August 2018 diff hist +423 N MovieClip:setReverseActionCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Sets a *reverse* action to the specified frame. When the movie clip reaches a frame <br /> with..."
  • 11:02, 23 August 2018 diff hist +947 N Io.openCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This function opens a file, in the mode specified in the string mode. It returns a new file handle, or..."
  • 11:02, 23 August 2018 diff hist +1,080 N FBInstant.player.incrementStatsAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Increment stats saved in the designated cloud storage of the current player.<br /> <br /> <sour..."
  • 11:02, 23 August 2018 diff hist +149 N File:FlushCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Saves any written data to file. <source lang="lua"> = file:flush() </source>"
  • 11:02, 23 August 2018 diff hist +386 N Bit.arshiftCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns the bitwise arithmetic right-shift by the number of bits given by the second argument. <sourc..."
  • 11:02, 23 August 2018 diff hist +236 N TextField:getTextColorCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> <source lang="lua"> (number), = TextField:getTextColor() </source> '''Returns''' (number) The c..."
  • 11:02, 23 August 2018 diff hist +264 N B2.Body:getAngleCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current world rotation angle in radians.<br /> <br /> <source lang="lua"> (number),..."
  • 11:02, 23 August 2018 diff hist +318 N Utf8.ncasecmpCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Compare a and b without case, -1 means a < b, 0 means a == b and 1 means a > b. <source lang="lua"> (..."
  • 11:02, 23 August 2018 diff hist +182 N B2.DebugDraw.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `b2.DebugDraw` instance.<br /> <br /> <source lang="lua"> = b2.DebugDraw.new() </..."
  • 11:02, 23 August 2018 diff hist +544 N GoogleBilling:restoreTransactionsCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> This request retrieves a user's transaction status for managed purchases. You should send..."
  • 11:02, 23 August 2018 diff hist +646 N Bit.tohexCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Converts its first argument to a hex string. The number of hex digits is given by the absolute value..."
  • 11:02, 23 August 2018 diff hist +95 N Event.PLAYER SCORE COMPLETECreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Received player score"
  • 11:02, 23 August 2018 diff hist +318 N B2.Contact:setFrictionCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Overrides the default friction mixture. You can call this in pre-solve event. This value per..."
  • 11:02, 23 August 2018 diff hist +352 N Path2D:setTextureCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Sets texture for fill and optionally apply transformation matrix to it. <source lang="lua"> = Path2D:..."
  • 11:02, 23 August 2018 diff hist +269 N Geolocation.getAccuracyCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns the previously set desired accuracy.<br /> <br /> <source lang="lua"> (number), = Geolo..."
  • 11:02, 23 August 2018 diff hist +1,487 N String.formatCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns a formatted version of its variable number of arguments following the description given in its..."
  • 11:02, 23 August 2018 diff hist +157 N Event.OPEN URLCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.5<br/> === Description === This event is dispatched when the app is launched in response to an open url request"
  • 11:02, 23 August 2018 diff hist +1 StoreKit
  • 11:02, 23 August 2018 diff hist +141 N Event.ADDED TO STAGECreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when object is added to the stage hierarchy"
  • 11:02, 23 August 2018 diff hist +435 N Core.randomSeedCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.9<br/> === Description === Set the current seed of the specified random number generator. <source lang="lua"> (), = Core.randomSe..."
  • 11:02, 23 August 2018 diff hist +397 N Mesh:setColorArrayCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Assigns new content to the color array, dropping all the elements contained in the color array..."
  • 11:02, 23 August 2018 diff hist +512 N FBInstant.startGameAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> This indicates that the game has finished initial loading and is ready to start. Context inform..."
  • 11:02, 23 August 2018 diff hist +273 N B2.RevoluteJoint:isLimitEnabledCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Is the joint limit enabled? <br /> <br /> <source lang="lua"> (bool), = b2.RevoluteJoint:isLimi..."
  • 11:02, 23 August 2018 diff hist +174 N Sprite:clearBlendModeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Clears the blending mode.<br /> <br /> <source lang="lua"> = Sprite:clearBlendMode() </source>"
  • 11:02, 23 August 2018 diff hist +226 N B2.GearJoint:getRatioCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the gear ratio. <br /> <br /> <source lang="lua"> (number), = b2.GearJoint:getRatio() <..."
  • 11:02, 23 August 2018 diff hist +514 N FontBase:getBoundsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the tight bounding rectangle of the characters in the string specified by `text`.<br />..."
  • 11:02, 23 August 2018 diff hist +351 N Screen:getMaxSizeCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Returns the maximum size this screen can have, typically the display size for a windowed system. <sour..."
  • 11:02, 23 August 2018 diff hist +354 N Ads:getPositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Gets x and y position of the ad in Gideros logical dimensions, taking into consideration applied autom..."
  • 11:02, 23 August 2018 diff hist +683 N B2.Body:destroyFixtureCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Destroy a fixture. This removes the fixture from the broad-phase and destroys all<br /> contact..."
  • 11:02, 23 August 2018 diff hist +1,092 N Shape:setFillStyleCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the fill style that `Shape` object uses for subsequent drawings. The fill style remains in..."
  • 11:02, 23 August 2018 diff hist +467 N StoreKit:finishTransactionCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Completes a pending transaction. Your application should call this function only after it has..."
  • 11:02, 23 August 2018 diff hist +1 Notification
  • 11:02, 23 August 2018 diff hist +1 B2.Shape
  • 11:02, 23 August 2018 diff hist +1 Font
  • 11:02, 23 August 2018 diff hist +160 N Event.TIMER COMPLETECreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched only when `Timer` reached the provided amount of repeat count."

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