User contributions

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

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

  • 11:04, 23 August 2018 diff hist +351 N Event.PUSH REGISTRATION ERRORCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event is received when application failed to register for push notifications, after calling `registerF..."
  • 11:04, 23 August 2018 diff hist +241 N Sprite:getScaleZCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Returns the scale on z axis of the sprite.<br /> <br /> <source lang="lua"> (number), = Spr..."
  • 11:04, 23 August 2018 diff hist +1 B2.FrictionJoint
  • 11:04, 23 August 2018 diff hist +348 N Mesh:getTextureCoordinateCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Returns u and v coordinate of the i-th element from texture coordinate array <source lang="lua"> (num..."
  • 11:04, 23 August 2018 diff hist +275 N Application:canOpenUrlCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Tests if it is possible to open provided url using `Application:openUrl` method <source lang="lua"> =..."
  • 11:04, 23 August 2018 diff hist +441 N Facebook:dialogCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Generate a UI dialog for the desired action.<br /> <br /> <source lang="lua"> = Facebook:dialo..."
  • 11:04, 23 August 2018 diff hist +98 N Event.STATE ERRORCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Game state related error"
  • 11:04, 23 August 2018 diff hist +798 N B2.World:createParticleSystemCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> === Description === Creats new particle system, which will use Liquid fun. Parameters that you can provide in table: "..."
  • 11:04, 23 August 2018 diff hist +353 N Mesh:setIndexCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets a index at index array. Indices are start from 1. If the index array is not large enough,..."
  • 11:04, 23 August 2018 diff hist +156 N Timer:startCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Starts the timer.<br /> <br /> <source lang="lua"> = Timer:start() </source>"
  • 11:04, 23 August 2018 diff hist +1,164 N Sound.setListenerPositionCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Sets the position of the listener in a 3D environment <source lang="lua"> = Sound.setListenerPosition(..."
  • 11:04, 23 August 2018 diff hist +1 Os
  • 11:04, 23 August 2018 diff hist +1 B2.WeldJoint
  • 11:04, 23 August 2018 diff hist +1,127 N B2.createMouseJointDefCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates and returns a mouse joint definition table with the bodies, world target point, maxForc..."
  • 11:04, 23 August 2018 diff hist +403 N B2.ParticleSystem:createParticleCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> === Description === Creates new particle. Accepts table with possible keys: "flags", "position", "velocity", "color"..."
  • 11:04, 23 August 2018 diff hist +345 N Iad.Banner:isBannerLoadedCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns `true` if the ad banner has downloaded an advertisement, `false` otherwise.<br /> <br /..."
  • 11:04, 23 August 2018 diff hist +217 N Geolocation:startUpdatingHeadingCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Starts the generation of updates that report the heading.<br /> <br /> <source lang="lua"> = Ge..."
  • 11:04, 23 August 2018 diff hist +397 N Application:getContentHeightCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> If the orientation is portrait, this function returns logical height. If the orientation is lan..."
  • 11:04, 23 August 2018 diff hist +245 N Json.encodeCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns encoded json string from provided Lua table <source lang="lua"> = json.encode(data,) </source..."
  • 11:04, 23 August 2018 diff hist +394 N RenderTarget:getPixelCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Returns single pixels color and alpha channel <source lang="lua"> (number) (number), = RenderTarget:g..."
  • 11:04, 23 August 2018 diff hist +503 N Timer.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `Timer` object with the specified delay and repeatCount states.<br /> <br /> <sou..."
  • 11:04, 23 August 2018 diff hist +325 N Event.LOGIN ERRORCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when a Facebook dialog has failed. `event.errorCode` and `event.errorDescription` fields g..."
  • 11:04, 23 August 2018 diff hist +520 N Path2D:setLineThicknessCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Sets the thickness (width) of the outline, and optionnally set the amount of 'feather' effect. <sourc..."
  • 11:04, 23 August 2018 diff hist +1 Macro Constants
  • 11:04, 23 August 2018 diff hist +316 N B2.WheelJoint:getJointSpeedCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current joint translation speed in meters per second. <br /> <br /> <source lang="l..."
  • 11:04, 23 August 2018 diff hist +208 N Matrix:getRotationXCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get rotation for x axis <source lang="lua"> (number), = Matrix:getRotationX() </source> '''Returns'''..."
  • 11:04, 23 August 2018 diff hist +472 N Particles:getParticlesCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Retrieve particles states of this system <source lang="lua"> (table), = Particles:getParticles(settag,..."
  • 11:04, 23 August 2018 diff hist +207 N Matrix:getRotationYCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get rotation on y axis <source lang="lua"> (number), = Matrix:getRotationY() </source> '''Returns'''..."
  • 11:04, 23 August 2018 diff hist +212 N Matrix:getRotationZCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get rotation for z axis <source lang="lua"> (number), = Matrix:getRotationZ() </source> '''Returns'''..."
  • 11:04, 23 August 2018 diff hist +204 N B2.Body:isSleepingAllowedCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> <source lang="lua"> (bool), = b2.Body:isSleepingAllowed() </source> '''Returns''' (bool) if..."
  • 11:04, 23 August 2018 diff hist +579 N StoreKit:purchaseCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Process a payment request. When that transaction is complete or if a failure occurs, `Event.T..."
  • 11:04, 23 August 2018 diff hist +285 N Application:getTextureMemoryUsageCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.08.3<br/> === Description === <br /> Returns the texture memory usage (in Kbytes).<br /> <br /> <source lang="lua"> (number), = A..."
  • 11:04, 23 August 2018 diff hist +270 N B2.WheelJoint:isMotorEnabledCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Is the joint motor enabled? <br /> <br /> <source lang="lua"> (bool), = b2.WheelJoint:isMotorEn..."
  • 11:04, 23 August 2018 diff hist +592 N Debug.debugCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Enters an interactive mode with the user, running each string that the user enters. Using simple comma..."
  • 11:04, 23 August 2018 diff hist +983 N Zlib.compressCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.04.18<br/> === Description === Return a string containing the compressed buffer according to the given parameters. <source lang="..."
  • 11:04, 23 August 2018 diff hist +1 Microphone
  • 11:04, 23 August 2018 diff hist +249 N TextInputDialog:setTextCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Sets the text on the text field.<br /> <br /> <source lang="lua"> = TextInputDialog:setText(tex..."
  • 11:04, 23 August 2018 diff hist +271 N File:CloseCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Closes file. Note that files are automatically closed when their handles are garbage collected, but th..."
  • 11:04, 23 August 2018 diff hist +102 N Event.LEFT TRIGGERCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event for analog left trigger"
  • 11:04, 23 August 2018 diff hist +130 N Gaming:joinRoomCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> <source lang="lua"> = Gaming:joinRoom() </source>"
  • 11:04, 23 August 2018 diff hist +260 N Math.sqrtCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === returns square root of v <source lang="lua"> (number), = math.sqrt(v,) </source> '''v:''' (number) val..."
  • 11:04, 23 August 2018 diff hist +307 N Gaming:revealAchievementCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Reveal a hidden achievement <source lang="lua"> = Gaming:revealAchievement(achievementIdimmediate,) <..."
  • 11:04, 23 August 2018 diff hist +316 N B2.Joint:getReactionTorqueCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the reaction torque on bodyB in N*m. <br /> <br /> <source lang="lua"> (number), = b2.J..."
  • 11:04, 23 August 2018 diff hist +135 N Event.HEADING UPDATECreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched on each user heading direction update"
  • 11:04, 23 August 2018 diff hist +642 N Application:setFpsCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Sets the frame rate of the application. Accepted values are `30` and `60`.<br /> <br /> You c..."
  • 11:04, 23 August 2018 diff hist +365 N Iad.Banner:setAlignmentCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Sets the alignment of the banner as the top or bottom.<br /> <br /> <source lang="lua"> = iad.B..."
  • 11:04, 23 August 2018 diff hist +335 N NotificationManager:getScheduledNotificationsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Retrieves the lua table of scheduled local notifications, that were not yet displayed. The table uses..."
  • 11:04, 23 August 2018 diff hist +1 Larger and Smaller Operators
  • 11:04, 23 August 2018 diff hist +1 B2.PulleyJoint
  • 11:04, 23 August 2018 diff hist +950 N TonumberCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Tries to convert its argument to a number. If the argument is already a number or a string convertible..."

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