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 +201 N B2.World:setDebugDrawCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Registers a b2.DebugDraw instance for debug drawing.<br /> <br /> <source lang="lua"> = b2.Worl..."
  • 11:03, 23 August 2018 diff hist +1 FontBase
  • 11:03, 23 August 2018 diff hist +292 N B2.RevoluteJoint:setMaxMotorTorqueCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the maximum motor torque, usually in N-m. <br /> <br /> <source lang="lua"> = b2.RevoluteJ..."
  • 11:03, 23 August 2018 diff hist +1,445 N Debug.sethookCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets the given function as a hook. The string mask and the number count describe when the hook will be..."
  • 11:03, 23 August 2018 diff hist +319 N Application:getLogicalWidthCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the logical width of the application that is specified at the project properties.<br />..."
  • 11:03, 23 August 2018 diff hist +303 N Mesh:setVerticesCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets zero or more vertices at vertex array with a single function call. It accepts multiple va..."
  • 11:03, 23 August 2018 diff hist +252 N TextInputDialog:getTextCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns the text on the text field.<br /> <br /> <source lang="lua"> (string), = TextInputDialo..."
  • 11:03, 23 August 2018 diff hist +1 EventDispatcher
  • 11:03, 23 August 2018 diff hist +194 N Event.TIMERCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched on every `Timer` repeat until timer is stopped or the provided amount of repe..."
  • 11:03, 23 August 2018 diff hist +628 N Utf8.matchCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Looks for the first match of pattern in the string s. If it finds one, then match returns the capture..."
  • 11:03, 23 August 2018 diff hist +296 N Math.ldexpCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns v12^v2 (v2 should be an integer). <source lang="lua"> (number), = math.ldexp(v1v2,) </source>..."
  • 11:03, 23 August 2018 diff hist +182 N Event.STATE CONFLICTCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === A conflict was detected between local data and server data. <br/> Call `Gaming:resolveState` to fi..."
  • 11:03, 23 August 2018 diff hist +258 N B2.MouseJoint:getMaxForceCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the maximum force in Newtons.<br /> <br /> <source lang="lua"> (number), = b2.MouseJoin..."
  • 11:03, 23 August 2018 diff hist +869 N Os.timeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the current time when called without arguments, or a time representing the date and time speci..."
  • 11:03, 23 August 2018 diff hist +1 KeyCode
  • 11:03, 23 August 2018 diff hist +417 N GoogleBilling:confirmNotificationCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> This request acknowledges that your application received the details of a purchase state chang..."
  • 11:03, 23 August 2018 diff hist +447 N B2.ParticleSystem:createParticleGroupCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Create group of multiple particles with same properties, that can be defined in table with: "flags" "g..."
  • 11:03, 23 August 2018 diff hist +320 N Matrix:getScaleCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get scale from matrix transformation <source lang="lua"> (number) (number) (number), = Matrix:getScal..."
  • 11:03, 23 August 2018 diff hist +1 Texture
  • 11:03, 23 August 2018 diff hist +176 N Core.profilerStartCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Start recording of time spent in each lua function <source lang="lua"> = Core.profilerStart() </source>"
  • 11:03, 23 August 2018 diff hist +323 N Screen:getPositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Return the position of the screen on the display, for windowed systems <source lang="lua"> (number) (n..."
  • 11:03, 23 August 2018 diff hist +996 N FBInstant.player.setDataAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Set data to be saved to the designated cloud storage of the current player. The game can store..."
  • 11:03, 23 August 2018 diff hist +276 N Sprite:setSkewCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Set the skew (ie shear) of the Sprite <source lang="lua"> = Sprite:setSkew(kxky,) </source> '''kx:'''..."
  • 11:03, 23 August 2018 diff hist +329 N B2.Body:getPositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the world body origin position.<br /> <br /> <source lang="lua"> (number) (number), = b..."
  • 11:03, 23 August 2018 diff hist +231 N Timer.pauseAllCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Pause all timers. Suitable for temporarily pausing all timers when application is paused.<br />..."
  • 11:03, 23 August 2018 diff hist +278 N B2.MouseJoint:getDampingRatioCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the damping ratio. 0 = no damping, 1 = critical damping. <br /> <br /> <source lang="lu..."
  • 11:03, 23 August 2018 diff hist +235 N Particles:isPausedCreated page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Returns wether this particle system is paused or not <source lang="lua"> (boolean), = Particles:isPaus..."
  • 11:03, 23 August 2018 diff hist +184 N Gyroscope:stopCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Stops the generation of gyroscope samples.<br /> <br /> <source lang="lua"> = Gyroscope:stop()..."
  • 11:03, 23 August 2018 diff hist +234 N Particles:setTextureCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Set texture to all particles <source lang="lua"> = Particles:setTexture(texture,) </source> '''textur..."
  • 11:03, 23 August 2018 diff hist +1 Lfs
  • 11:03, 23 August 2018 diff hist +155 N Geolocation.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === Creates new Geolocation instance <source lang="lua"> = Geolocation.new() </source>"
  • 11:03, 23 August 2018 diff hist +1,237 N String.findCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Looks for the first match of pattern in the string s. If it finds a match, then find returns the indic..."
  • 11:03, 23 August 2018 diff hist +239 N Matrix:setTyCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the value of the `ty` component for this `Matrix` instance.<br /> <br /> <source lang="lua..."
  • 11:03, 23 August 2018 diff hist +366 N Font.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `Font` object.<br /> <br /> <source lang="lua"> = Font.new(txtfileimagefilefilter..."
  • 11:03, 23 August 2018 diff hist +239 N Matrix:setTxCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the value of the `tx` component for this `Matrix` instance.<br /> <br /> <source lang="lua..."
  • 11:03, 23 August 2018 diff hist +617 N Utf8.byteCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Returns the internal numerical codes of the characters s[i], s[i+1], ..., s[j]. The default value for..."
  • 11:03, 23 August 2018 diff hist +240 N Matrix:setTzCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === <br /> Sets the value of the `tz` component for this `Matrix` instance.<br /> <br /> <source lang="lu..."
  • 11:03, 23 August 2018 diff hist +486 N Debug.gethookCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the current hook settings of the thread, as three values: the current hook function, the curre..."
  • 11:03, 23 August 2018 diff hist +521 N RenderTarget:drawCreated page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Renders provided object or object hierarchy as a texture. <source lang="lua"> = RenderTarget:draw(spr..."
  • 11:03, 23 August 2018 diff hist +1 Mesh
  • 11:03, 23 August 2018 diff hist +408 N Particles:setParticleSpeedCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Set speed of particles <source lang="lua"> = Particles:setParticleSpeed(ixyas,) </source> '''i:''' (n..."
  • 11:03, 23 August 2018 diff hist +238 N B2.WeldJoint:setFrequencyCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets frequency in Hz.<br /> <br /> <source lang="lua"> = b2.WeldJoint:setFrequency(frequency,)..."
  • 11:03, 23 August 2018 diff hist +274 N B2.FrictionJoint:getMaxTorqueCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the maximum friction torque in N*m. <br /> <br /> <source lang="lua"> (number), = b2.Fr..."
  • 11:03, 23 August 2018 diff hist +626 N B2.Body:applyForceCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Applies a force at a world point. If the force is not<br /> applied at the center of mass, it w..."
  • 11:03, 23 August 2018 diff hist +412 N Utf8.titleCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Convert UTF-8 string s to title case used to compare by ignore case. if s is a number, it's treat as..."
  • 11:03, 23 August 2018 diff hist +242 N Gaming:isLoggedInCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.9<br/> === Description === Returns true if we are logged in. <source lang="lua"> (bool), = Gaming:isLoggedIn() </source> '''Retur..."
  • 11:03, 23 August 2018 diff hist +192 N Accelerometer:stopCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Stops the generation of accelerometer samples.<br /> <br /> <source lang="lua"> = Accelerometer..."
  • 11:03, 23 August 2018 diff hist +573 N FBInstant.context.getPlayersAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Gets an table of #contextplayer tables containing information about active players (people who..."
  • 11:03, 23 August 2018 diff hist +285 N B2.PrismaticJoint:setMaxMotorForceCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the maximum motor force, usually in N. <br /> <br /> <source lang="lua"> = b2.PrismaticJoi..."
  • 11:03, 23 August 2018 diff hist +474 N B2.Joint:getTypeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the type of the concrete joint. The return value can be one of the `b2.REVOLUTE_JOINT`,..."

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