Related changes

Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 | 60 | 90 | 120 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 08:23, 4 September 2025
   
Page name:
List 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

3 September 2025

     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...")

20 August 2025

     17:47  Template:Useful Functions diffhist +172 Abolfazl talk contribs (→‎Utility)

5 August 2025

N    10:55  ToggleAllVehicleControls diffhist +1,748 Abolfazl talk contribs (Created page with "Toggles all vehicle controls for a player based on the provided boolean method (true to enable, false to disable). ==Syntax== <syntaxhighlight lang="lua">toggleAllVehicleControls(player, method)</syntaxhighlight> ===Required Arguments=== *'''player:''' The player whose vehicle controls will be toggled. *'''method:''' A boolean indicating whether to enable (true) or disable (false) the controls. ===Returns=== Returns false if the method is not a b...")
     10:35  Template:Useful Functions diffhist +188 Abolfazl talk contribs (→‎Player functions)

21 July 2025

N    09:27  GetElementResourceName diffhist +1,542 Arran Fortuna talk contribs (Created page with "__NOTOC__ {{Useful Function}} This function returns the name of the resource that created an element. ==Syntax== <syntaxhighlight lang="lua"> string getElementResourceName ( element theElement ) </syntaxhighlight> ===Required arguments=== * '''theElement''': the element you want to get the resource name of. ==Returns== This function always returns a ''string'' containing the element's creator or a string containing information on how it failed to do so. ==Cod...")
     09:25  Template:Useful Functions diffhist +155 Arran Fortuna talk contribs (→‎Element functions)