User contributions for IManGaaX
Jump to navigation
Jump to search
10 September 2025
- 00:2000:20, 10 September 2025 diff hist −1 m Table.flatten No edit summary current
5 September 2025
- 11:1811:18, 5 September 2025 diff hist 0 m GetColorName No edit summary current
- 11:1711:17, 5 September 2025 diff hist −2 m GetColorName No edit summary
- 11:1711:17, 5 September 2025 diff hist +163 User:IManGaaX No edit summary current
- 11:1511:15, 5 September 2025 diff hist +102 m GetColorName No edit summary
- 11:1411:14, 5 September 2025 diff hist +4 m GetColorName No edit summary
- 11:1411:14, 5 September 2025 diff hist −8 m GetColorName No edit summary
- 11:1311:13, 5 September 2025 diff hist +2,252 N GetColorName 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=== *..."
- 11:0811:08, 5 September 2025 diff hist +163 Template:Useful Functions →Data functions current
- 10:1810:18, 5 September 2025 diff hist −86 m User:IManGaaX No edit summary
- 10:1610:16, 5 September 2025 diff hist +159 User:IManGaaX No edit summary
- 10:1210:12, 5 September 2025 diff hist +1,751 N Table.flatten 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..."
- 10:0810:08, 5 September 2025 diff hist +159 Template:Useful Functions →Table functions: new useful function