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 +591 N Sprite:setAnchorPositionCreated 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:setDampingRatioCreated 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 TostringCreated 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:createChainCreated 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:isVisibleCreated 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.insertCreated 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 CANCELCreated 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:removeEventListenerCreated 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:setEnabledCreated 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:resizeVertexArrayCreated 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:getAdvanceXCreated 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.removeCreated 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:getCreated 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:isLimitEnabledCreated 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:setTextureCreated 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:getM22Created 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:getColorCreated 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:getLocalVectorCreated 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:getLocalPointCreated 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:getIndexCreated 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.isHeadingAvailableCreated 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.logEventCreated 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:getAngularDampingCreated 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:setBulletCreated 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 WARNINGCreated 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 HOVERCreated 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..."
  • 11:03, 23 August 2018 diff hist +836 N Event.CONFIRM NOTIFICATION COMPLETECreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when `GoogleBilling:confirmNotification` function completes with these response codes: `Go..."
  • 11:03, 23 August 2018 diff hist +490 N Gaming:incrementAchievementCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Increment achievement progress Either. `Event.REPORT_ACHIEVEMENTS_COMPLETE` or `Event.REPORT_ACHIEVEM..."
  • 11:03, 23 August 2018 diff hist +202 N Core.profilerResetCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Drop currently recorded data and reset profiler for a clean subsequent start <source lang="lua"> = Cor..."
  • 11:03, 23 August 2018 diff hist +1 String
  • 11:03, 23 August 2018 diff hist +1,696 N B2.createPulleyJointDefCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates and returns a pulley joint definition table with the bodies, anchors, lengths, max leng..."
  • 11:03, 23 August 2018 diff hist +276 N Matrix:getM21Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the value of the `m21` component for this `Matrix` instance.<br /> <br /> <source lang=..."
  • 11:03, 23 August 2018 diff hist +1,143 N NextCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Allows a program to traverse all fields of a table. Its first argument is a table and its second argum..."
  • 11:03, 23 August 2018 diff hist +682 N AlertDialog.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Creates a new `AlertDialog` object.<br /> <br /> <source lang="lua"> = AlertDialog.new(titleme..."
  • 11:03, 23 August 2018 diff hist +547 N Sprite:localToGlobalCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Converts the x,y coordinates from the sprite's (local) coordinates to the global coordinates.<b..."
  • 11:03, 23 August 2018 diff hist +325 N Facebook:setAppIdCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Initializes the Facebook library and sets App ID. This function should be called first before..."
  • 11:03, 23 August 2018 diff hist +157 N Event.AD ERRORCreated page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === There was an internal developer error, most probably something was not set up right"
  • 11:03, 23 August 2018 diff hist +261 N Event:getTargetCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the element on which the event listener was registered.<br /> <br /> <source lang="lua"..."
  • 11:03, 23 August 2018 diff hist +278 N B2.Body:setLinearDampingCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Sets the linear damping of the body. <br /> <br /> <source lang="lua"> = b2.Body:setLinearDam..."
  • 11:03, 23 August 2018 diff hist +150 N Event.APPLICATION RESIZECreated page with "__NOTOC__ '''Available since:''' Gideros 2015.03.22<br/> === Description === This event is dispatched when app window has changed its size on Desktops"
  • 11:03, 23 August 2018 diff hist +509 N Particles:setParticleDecayCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Configure decay values for the given particle <source lang="lua"> = Particles:setParticleDecay(idecayd..."
  • 11:03, 23 August 2018 diff hist +181 N B2.Body:setFixedRotationCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> <source lang="lua"> = b2.Body:setFixedRotation(flag,) </source> '''flag:''' (boolean) '''''..."
  • 11:03, 23 August 2018 diff hist +241 N MovieClip:gotoAndStopCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Goes to the specified frame and stops.<br /> <br /> <source lang="lua"> = MovieClip:gotoAndStop..."
  • 11:03, 23 August 2018 diff hist +871 N FBInstant.logEventCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Log an app event with FB Analytics. See https://developers.facebook.com/docs/javascript/referen..."
  • 11:03, 23 August 2018 diff hist +334 N Sprite:getMatrixCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the transformation matrix of the sprite. Each invocation of this function returns a new..."
  • 11:03, 23 August 2018 diff hist +197 N Timer:resetCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Stops the timer and sets the `currentCount` property to 0.<br /> <br /> <source lang="lua"> = T..."
  • 11:03, 23 August 2018 diff hist +279 N Pixel:getDimensionsCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Return the width and height of the Pixel <source lang="lua"> (number) (number), = Pixel:getDimensions(..."

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