New pages

Jump to navigation Jump to search
New pages
Show bots | Show redirects
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 23:59, 5 September 2025PT-BR/setElementPosition (hist | edit) ‎[2,945 bytes]Lettify (talk | contribs) (Translation to Brazilian Portuguese) originally created as "BR-PT/setElementPosition"
  • 11:13, 5 September 2025GetColorName (hist | edit) ‎[2,348 bytes]IManGaaX (talk | contribs) (Created page with "{{Useful Function}} __NOTOC__ <lowercasetitle></lowercasetitle> This function retrieves the nearest color name for a given RGB value using an online API. {{Note|This function requires an active internet connection and fetches the color name from an external API asynchronously. The result is returned via a callback function.}} ==Syntax== <syntaxhighlight lang="lua">getColorName( int r, int g, int b, function callback(name) )</syntaxhighlight> ===Required Arguments=== *...")
  • 10:12, 5 September 2025Table.flatten (hist | edit) ‎[1,751 bytes]IManGaaX (talk | contribs) (Created page with "{{Useful Function}} __NOTOC__ <lowercasetitle></lowercasetitle> This function converts a nested table into a flattened table with concatenated keys. {{Note|This function recursively traverses all nested subtables and creates a new table where keys represent the original hierarchy using dot notation.}} ==Syntax== <syntaxhighlight lang="lua">table table.flatten( table t, [ string prefix = "" ] )</syntaxhighlight> ===Required Arguments=== * '''t''': the nested table to f...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)