Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
CollapseList of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
5 September 2025
|
11:17 | User:IManGaaX‎‎ 2 changes history +236‎ [IManGaaX‎ (2×)] | |||
|
11:17 (cur | prev) +163‎ IManGaaX talk contribs | ||||
|
10:16 (cur | prev) +159‎ IManGaaX talk contribs |
N 11:13 | GetColorName‎ diffhist +2,252‎ 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=== *...") |
|
11:08 | Template:Useful Functions‎‎ 2 changes history +322‎ [IManGaaX‎ (2×)] | |||
|
11:08 (cur | prev) +163‎ IManGaaX talk contribs (→‎Data functions) | ||||
|
10:08 (cur | prev) +159‎ IManGaaX talk contribs (→‎Table functions: new useful function) |
N 10:12 | Table.flatten‎ diffhist +1,751‎ 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...") |
3 September 2025
|
17:26 | (User creation log)‎ [Senior‎; MOROCCOOO‎] | |||
|
17:26 User account Senior talk contribs was created ‎ | ||||
|
16:39 User account MOROCCOOO talk contribs was created ‎ |
00:39 | Template:Useful Functions‎ diffhist +122‎ O22 talk contribs (→‎Data functions) |
|
N 00:31 | GetServerAveragePing‎‎ 2 changes history +1,140‎ [O22‎ (2×)] | |||
|
00:31 (cur | prev) +47‎ O22 talk contribs | ||||
N |
|
00:31 (cur | prev) +1,093‎ O22 talk contribs (Created page with "{{Useful Function}} __NOTOC__ This function gets average players ping. ==Syntax== <syntaxhighlight lang="lua">int getAveragePing( )</syntaxhighlight> ===Returns=== Returns the average players ping as integer. <br> Returns '''0''' if no players are online. ==Code== <section name="Shared" class="both" show="true"> <syntaxhighlight lang="lua"> function getAveragePing() local players = getElementsByType("player") if #players == 0 then return 0 end...") |
2 September 2025
Retrieved from "https://wiki.multitheftauto.com/wiki/Special:RecentChanges"