User contributions
From GiderosMobile
- 17:32, 22 January 2023 diff hist +1,637 N Bit32 Created page with "__NOTOC__ <!-- GIDEROSOBJ:bit32 --> '''Supported platforms:''' File:Platform android.pngFile:Platform ios.pngFile:Platform mac.pngFile:Platform pc.pngFile:Pl..."
- 17:16, 22 January 2023 diff hist +14 Lua API
- 23:12, 20 January 2023 diff hist +508 N Table.unpack Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' table<br/> === Description === Returns all elements from the given list as a tuple. <source lang="lua">..."
- 23:04, 20 January 2023 diff hist +693 N Table.pack Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' table<br/> === Description === Returns a new table with all arguments stored into keys 1, 2, etc. and wi..."
- 22:45, 20 January 2023 diff hist +803 N Table.move Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' table<br/> === Description === Copies elements from table src into table dst. Is equivalent to the multi..."
- 22:35, 20 January 2023 diff hist +437 N Table.maxn Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' table<br/> === Description === Returns the maximum numeric key of the provided table, or zero if the tab..."
- 22:30, 20 January 2023 diff hist +15 Table.insert →Parameters
- 22:29, 20 January 2023 diff hist +242 Table.insert
- 22:18, 20 January 2023 diff hist +463 N Table.isfrozen Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' table<br/> === Description === This function returns true if the given table is frozen and false if it i..."
- 22:15, 20 January 2023 diff hist +634 N Table.freeze Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' table<br/> === Description === This function makes the given table read-only, effectively "freezing" it..."
- 22:11, 20 January 2023 diff hist +564 N Table.foreachi Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' table<br/> === Description === Iterates over the provided table, passing the index and value of each ite..."
- 22:08, 20 January 2023 diff hist +559 N Table.foreach Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' table<br/> === Description === Iterates over the provided table, passing the key and value of each itera..."
- 22:04, 20 January 2023 diff hist +927 N Table.find Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' table<br/> === Description === Within the given array-like table ''t'', find the first occurrence of ''v..."
- 21:36, 20 January 2023 diff hist +508 N Table.create Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' table<br/> === Description === Creates a table with the array portion allocated to the given number of e..."
- 21:26, 20 January 2023 diff hist +953 N Table.clear Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' table<br/> === Description === Sets the value for all keys within the given table to nil. This causes th..."
- 07:32, 20 January 2023 diff hist +4,147 String.format
- 06:28, 20 January 2023 diff hist -244 String.upper
- 06:27, 20 January 2023 diff hist -189 String.sub
- 06:25, 20 January 2023 diff hist -269 String.rep
- 06:24, 20 January 2023 diff hist +6 String.packsize
- 06:23, 20 January 2023 diff hist -245 String.lower
- 06:21, 20 January 2023 diff hist -245 String.dump
- 06:20, 20 January 2023 diff hist -292 String.char
- 06:15, 20 January 2023 diff hist +2,237 Table current
- 05:25, 20 January 2023 diff hist +829 N String.unpack Created page with "__NOTOC__ '''Available since:''' Gideros 2022.1<br/> '''Class:''' string<br/> === Description === Extracts the values packed in the provided binary string based on the de..."
- 05:17, 20 January 2023 diff hist +1,273 String.split
- 05:10, 20 January 2023 diff hist +507 N String.split Created page with "__NOTOC__ '''Available since:''' Gideros 2022.1<br/> '''Class:''' string<br/> === Description === Splits a string into parts based on the defined separator character(s),..."
- 05:05, 20 January 2023 diff hist +355 N String.reverse Created page with "__NOTOC__ '''Available since:''' Gideros 2022.1<br/> '''Class:''' string<br/> === Description === Returns a string that is the string s reversed. <source lang="lua"> (str..."
- 05:03, 20 January 2023 diff hist +472 N String.packsize Created page with "__NOTOC__ '''Available since:''' Gideros 2022.1<br/> '''Class:''' string<br/> === Description === Returns the size in bytes of any string packed with a given description...."
- 04:58, 20 January 2023 diff hist +639 N String.pack Created page with "__NOTOC__ '''Available since:''' Gideros 2022.1<br/> '''Class:''' string<br/> === Description === Returns a binary string containing the provided arguments. The descripti..."
- 04:50, 20 January 2023 diff hist -244 String.len
- 04:47, 20 January 2023 diff hist +10,081 String update missing luau string functions (warning entirely copied from roblox https://create.roblox.com/docs/reference/engine/libraries/string#byte which is all rights reserved!
- 18:59, 19 January 2023 diff hist +681 Core.enableAllocationTracking
- 19:41, 18 January 2023 diff hist +200 N Core.enableAllocationTracking Created page with "'''Available since:''' Gideros 2023.1<br/> '''Class:''' Core<br/> === Description === Enables profiling objects allocation. <source lang="lua"> Core.enableAllocationTrack..."
- 19:39, 18 January 2023 diff hist +40 Core.frameStatistics
- 19:33, 18 January 2023 diff hist +188 Core
- 19:03, 18 January 2023 diff hist +17 Sprite:hitTestPoint
- 18:35, 18 January 2023 diff hist +762 Core.profilerStop
- 18:35, 18 January 2023 diff hist +762 Core.profilerStart
- 18:34, 18 January 2023 diff hist +762 Core.profilerReset
- 18:34, 18 January 2023 diff hist +762 Core.profilerReport
- 17:41, 18 January 2023 diff hist -2 Core.profilerReset
- 17:40, 18 January 2023 diff hist -3 Core.profilerStop
- 17:39, 18 January 2023 diff hist -2 Core.profilerStart
- 17:39, 18 January 2023 diff hist -2 Core.profilerReport
- 19:14, 16 January 2023 diff hist -134 Math
- 19:12, 16 January 2023 diff hist -242 Math.asin
- 19:11, 16 January 2023 diff hist -242 Math.atan
- 19:10, 16 January 2023 diff hist -26 Math.atan2
- 19:02, 16 January 2023 diff hist -255 Template:Math