New pages
From GiderosMobile
- 00:51, 27 March 2025 Lua Shader Gideros Examples (hist | edit) [4,771 bytes] MoKaLux (talk | contribs) (Created page with "'''Parent:''' Writing Lua Shaders<br/> __TOC__ '''Requirements''': '''In order to use Lua Shaders you need to include ''luashader'' standard library in your projects'...")
- 01:24, 25 March 2025 Core.fileSave (hist | edit) [842 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.3<br/> '''Class:''' Core<br/> === Description === File saving. <syntaxhighlight lang="lua"> Core.fileSave(filename,buffer,ta...")
- 01:16, 25 March 2025 Core.fileLoad (hist | edit) [819 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.3<br/> '''Class:''' Core<br/> === Description === File loading. <syntaxhighlight lang="lua"> Core.fileLoad(filename,table) <...")
- 20:34, 26 February 2025 Core.yieldlock (hist | edit) [480 bytes] MoKaLux (talk | contribs) (Created page with "'''Available since:''' Gideros 2025.2.2<br/> '''Class:''' Core<br/> === Description === Locks the current thread. <syntaxhighlight lang="lua"> Core.yieldlock() </syntaxhi...")
- 20:38, 20 February 2025 Share Event.SHARE IMPORT RESULT (hist | edit) [963 bytes] MoKaLux (talk | contribs) (Created page with "'''Available since:''' Gideros 2024.1<br/> '''Value:''' fileshareImportResult<br/> '''Defined by:''' Share<br/> === Description === This Event is dispatched after some da...")
- 20:28, 20 February 2025 Share Event.SHARE EXPORT RESULT (hist | edit) [605 bytes] MoKaLux (talk | contribs) (Created page with "'''Available since:''' Gideros 2024.1<br/> '''Value:''' fileshareExportResult<br/> '''Defined by:''' Share<br/> === Description === This Event is dispatched after some da...")
- 19:55, 20 February 2025 Share:export (hist | edit) [1,697 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2024.1<br/> '''Class:''' Share<br/> === Description === Exporting a piece of data to the phone via default file application. <syn...")
- 19:13, 20 February 2025 Share.new (hist | edit) [308 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2020.7<br/> '''Class:''' Share<br/> === Description === Sharing a piece of data with an external app. <syntaxhighlight lang="lua"...")
- 19:07, 20 February 2025 Share:import (hist | edit) [1,635 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2024.1<br/> '''Class:''' Share<br/> === Description === Importing a piece of data via the phone default file application. <syntax...")
- 13:16, 17 February 2025 Path2D:getSegmentSize (hist | edit) [462 bytes] MoKaLux (talk | contribs) (wip)
- 06:53, 16 February 2025 GTween (hist | edit) [2,633 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Supported platforms:''' File:Platform android.pngFile:Platform ios.pngFile:Platform pc.pngFile:Platform mac.pngFile:Platform winrt.pngFile:P...")
- 06:37, 15 February 2025 Event.AD DISPLAYED (hist | edit) [1,091 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> '''Value:''' adDisplayed<br/> '''Defined by:''' Ads<br/> === Description === Ad is displayed on the screen. {{Ads}}")
- 09:42, 6 February 2025 Path2D:getPathOffset (hist | edit) [662 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.2<br/> '''Class:''' Path2D<br/> === Description === Gets the distance of a point in the path from the beginning. <syntaxhigh...")
- 08:48, 6 February 2025 Buffer.resize (hist | edit) [818 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.1<br/> '''Class:''' buffer_luau<br/> === Description === Resizes the buffer and creates a new one. <syntaxhighlight lang="lu...")
- 08:29, 6 February 2025 Buffer.extract (hist | edit) [694 bytes] MoKaLux (talk | contribs) (wip)
- 06:28, 6 February 2025 Buffer.setarrayaccess (hist | edit) [1,475 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.1<br/> '''Class:''' buffer_luau<br/> === Description === Sets the buffer array access. <syntaxhighlight lang="lua"> buffer.s...")
- 05:55, 6 February 2025 Buffer.fill (hist | edit) [875 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.1<br/> '''Class:''' buffer_luau<br/> === Description === Sets ''count'' bytes in the ''buffer'' starting at the specified ''...")
- 05:47, 6 February 2025 Buffer.writestring (hist | edit) [936 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.1<br/> '''Class:''' buffer_luau<br/> === Description === Writes data from a string into the ''buffer'' at the specified ''of...")
- 05:37, 6 February 2025 Buffer.readstring (hist | edit) [789 bytes] MoKaLux (talk | contribs) (wip)
- 04:03, 6 February 2025 Buffer.write (hist | edit) [1,646 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.1<br/> '''Class:''' buffer_luau<br/> === Description === Writes data to the buffer by converting the number and writing a si...")
- 03:42, 6 February 2025 Buffer.read (hist | edit) [1,668 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.1<br/> '''Class:''' buffer_luau<br/> === Description === Reads the data from the ''buffer'' by reinterpreting bytes at the '...")
- 03:18, 6 February 2025 Buffer.len (hist | edit) [497 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.1<br/> '''Class:''' buffer_luau<br/> === Description === Returns the size of the buffer in bytes. <syntaxhighlight lang="lua...")
- 03:13, 6 February 2025 Buffer.tostring (hist | edit) [520 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.1<br/> '''Class:''' buffer_luau<br/> === Description === Returns the buffer data as a string. <syntaxhighlight lang="lua"> (...")
- 02:39, 6 February 2025 Buffer.fromstring (hist | edit) [635 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.1<br/> '''Class:''' buffer_luau<br/> === Description === Creates a buffer initialized to the contents of the string. The siz...")
- 02:31, 6 February 2025 Buffer.copy (hist | edit) [1,334 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.1<br/> '''Class:''' buffer_luau<br/> === Description === Copies ''count'' bytes from ''source'' starting at offset ''sourceO...")
- 01:22, 6 February 2025 Buffer.create (hist | edit) [747 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.1<br/> '''Class:''' buffer_luau<br/> === Description === Creates a buffer of the requested size with all bytes initialized t...")
- 23:33, 5 February 2025 Buffer luau (hist | edit) [5,815 bytes] MoKaLux (talk | contribs) (wip)
- 20:54, 4 February 2025 Core.findReferences (hist | edit) [830 bytes] MoKaLux (talk | contribs) (wip)
- 20:32, 4 February 2025 Core.stopping (hist | edit) [291 bytes] MoKaLux (talk | contribs) (wip)
- 19:56, 4 February 2025 Core.setAutoYield (hist | edit) [484 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.2<br/> '''Class:''' Core<br/> === Description === Auto yields the function running as background task. <syntaxhighlight lang...")
- 17:29, 2 February 2025 Typeof (hist | edit) [1,318 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> '''Class:''' (global)<br/> === Description === Returns the type of its only argument, coded as a string. <syntaxhighl...")
- 17:16, 2 February 2025 Setsafeenv (hist | edit) [1,213 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> '''Class:''' (global)<br/> === Description === Sets a safe environment to be used by the given function. <syntaxhighl...")
- 16:58, 2 February 2025 Rawlen (hist | edit) [566 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> '''Class:''' (global)<br/> === Description === Returns the length of the string or table, without invoking any metame...")
- 16:48, 2 February 2025 Newproxy (hist | edit) [517 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> '''Class:''' (global)<br/> === Description === Creates a blank userdata, with the option for it to have a metatable....")
- 16:32, 2 February 2025 Rawiter (hist | edit) [1,043 bytes] MoKaLux (talk | contribs) (wip)
- 16:16, 2 February 2025 Gcinfo (hist | edit) [326 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> '''Class:''' (global)<br/> === Description === Returns the total memory heap size in kilobytes. <syntaxhighlight lang...")
- 21:36, 14 January 2025 Type Checking (hist | edit) [9,575 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Supported platforms:''' File:Platform android.pngFile:Platform ios.pngFile:Platform html5.pngFile:Platform mac.pngFile:Platform pc.pngFile:P...")
- 22:33, 13 January 2025 Native Code Generation (hist | edit) [5,064 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Supported platforms:''' File:Platform android.pngFile:Platform ios.pngFile:Platform html5.pngFile:Platform mac.pngFile:Platform pc.pngFile:P...")
- 11:59, 1 January 2025 Particles:setMinimumSize (hist | edit) [320 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.1<br/> '''Class:''' Particles<br/> === Description === Sets the particles minimum size. <syntaxhighlight lang="lua"> Particl...")