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 19:02, 21 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

16 September 2025

     09:42  AddDebugHook diffhist −40 DColeman talk contribs (→‎Required Arguments)

15 September 2025

 m   15:40  EngineImageGetFiles‎‎ 3 changes history +109 [Danilo‎; Alex7202‎ (2×)]
 m   
15:40 (cur | prev) −58 Alex7202 talk contribs
 m   
15:40 (cur | prev) +162 Alex7202 talk contribs (Add link to IMG information)
 m   
02:39 (cur | prev) +5 Danilo talk contribs (fix example)

12 September 2025

 m   10:02  EngineApplyShaderToWorldTexture diffhist −24 XNikoXD talk contribs (Buildings are not supported) Tag: Manual revert

6 September 2025

 m   00:00  SetElementPosition diffhist +29 Lettify talk contribs (Index Portuguese translation)

24 August 2025

     09:15  ResetTimer diffhist −9 Gallardo956 talk contribs (I've tested many timers that have a limited number of repeats with a range of 5,000 ms and a limited repeat of 1 time, and it works, so it can lead many people astray.)
     05:53  DgsMediaLoadMedia diffhist +74 Thisdp talk contribs (→‎Required Arguments)

23 August 2025

N    22:59  DgsGIFGetSize diffhist +1,846 Lettify talk contribs (Created page with "__NOTOC__ {{Client function}} Returns the dimensions (width and height) of a GIF element created using dgsCreateGIF. The values correspond to the original size extracted from the GIF file during loading. ==Syntax== <syntaxhighlight lang="lua"> int int dgsGIFGetSize( element gif ) </syntaxhighlight> ===Required Arguments=== *'''gif: ''' The '''dgs-dxgif''' type element you want to get the size of. ===Returns=== Returns two integers corresponding to ''width'' an...")
N    10:28  DgsCreateGIF‎‎ 2 changes history +707 [Thisdp‎ (2×)]
     
10:28 (cur | prev) −5 Thisdp talk contribs
N    
10:27 (cur | prev) +712 Thisdp talk contribs (Created page with "__NOTOC__ {{Client function}} This function creates a GIF interface plugin. ==Syntax== <syntaxhighlight lang="lua"> element dgsCreateGIF( string pathOrRaw ) </syntaxhighlight> ===Required Arguments=== *'''pathOrRaw: ''' A string representing the path to your GIF file, or the raw GIF data ===Returns=== Returns a dgs-dxgif element (DGS Plugin Type)[ dgs-dxgif (Element Type) ] if succeed, ''false'' otherwise ==Example== <syntaxhighlight lang="lua"> DGS = exports.dg...")