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.
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) |
6 September 2025
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...") |
22 August 2025
|
17:15 | GetPedAnimationSpeed 3 changes history +363 [Liwa (3×)] | |||
|
17:15 (cur | prev) −73 Liwa talk contribs (→Syntax) | ||||
|
17:15 (cur | prev) +57 Liwa talk contribs (→Syntax) | ||||
|
17:08 (cur | prev) +379 Liwa talk contribs (→Syntax) |
21 August 2025
03:29 | DgsSVGNodeSetAttribute diffhist +2 Thisdp talk contribs (→Example) |
03:06 | DgsProgressBarSetMode diffhist +17 Thisdp talk contribs (→Required Arguments) |
19 August 2025
18:10 | SetElementData diffhist +154 Arran Fortuna talk contribs |
10 August 2025
6 August 2025
|
N 01:40 | AR/setDiscordRichPresenceSmallAsset 2 changes history +1,828 [O22 (2×)] | |||
|
01:40 (cur | prev) +8 O22 talk contribs (→Syntax) | ||||
N |
|
00:11 (cur | prev) +1,820 O22 talk contribs (Created page with "__NOTOC__ {{Client function}} {{Important Note|لاستخدام هذه الدالة، يجب عليك إعداد تطبيقك الخاص باستخدام setDiscordApplicationID}} {{New feature/item|3.0161|1.6.0|22270| باستخدام هذه الدالة، يمكنك تعيين صورة الأصل الصغيرة (small asset) للتطبيق. الحد الأقصى لحجم الصور هو ''1024 x1024''، والحد الأدنى هو ''512...") |
N 01:39 | AR/getDiscordRichPresenceUserID diffhist +1,756 O22 talk contribs (Created page with "__NOTOC__ {{Client function}} {{Important Note|ستُعيد الدالة معرف المستخدم بشكل صحيح إذا كان المستخدم قد منح الموافقة مسبقًا ومتصل بتطبيق Rich Presence.}} {{New feature/item|3.0161|1.6.0|22342| تُعيد الدالة معرف مستخدم Discord الخاص بالعميل. }} ==التركيب== <syntaxhighlight lang="lua"> string getDiscordRichPresenceUserID() </syntaxhighlight> ===الق...") |
N 01:33 | AR/setDiscordRichPresenceEndTime diffhist +1,706 O22 talk contribs (Created page with "__NOTOC__ {{Client function}} {{Important Note|لاستخدام هذه الدالة، يجب عليك إعداد تطبيقك الخاص باستخدام setDiscordApplicationID}} {{New feature/item|3.0161|1.6.0|22276| تقوم هذه الدالة بتعيين الوقت المتبقي في Discord Rich Presence. }} ==التركيب== <syntaxhighlight lang="lua"> bool setDiscordRichPresenceEndTime(int seconds) </syntaxhighlight> {{OOP||...") |
N 01:30 | AR/setDiscordRichPresenceStartTime diffhist +1,528 O22 talk contribs (Created page with "__NOTOC__ {{Client function}} {{Important Note|لاستخدام هذه الدالة، يجب عليك إعداد تطبيقك الخاص باستخدام setDiscordApplicationID}} {{New feature/item|3.0161|1.6.0|22276| تقوم هذه الدالة بتعيين الوقت المنقضي في Discord Rich Presence. }} ==التركيب== <syntaxhighlight lang="lua"> bool setDiscordRichPresenceStartTime(int seconds) </syntaxhighlight> {{OOP...") |
N 01:27 | AR/setDiscordRichPresencePartySize diffhist +1,804 O22 talk contribs (Created page with "__NOTOC__ {{Client function}} {{Important Note|لاستخدام هذه الدالة، يجب عليك إعداد تطبيقك الخاص باستخدام setDiscordApplicationID}} {{Note|لكي يتم عرض حجم المجموعة، يجب تعيين الحالة باستخدام setDiscordRichPresenceState}} {{New feature/item|3.0161|1.6.0|22276| تقوم هذه الدالة بتعيين حجم المج...") |
N 00:14 | AR/setDiscordRichPresenceState diffhist +1,372 O22 talk contribs (Created page with "__NOTOC__ {{Client function}} {{Important Note|لاستخدام هذه الدالة، يجب عليك إعداد تطبيقك الخاص باستخدام setDiscordApplicationID}} {{New feature/item|3.0161|1.6.0|22270| تقوم هذه الدالة بتعيين الحالة لتطبيق Discord Rich Presence. }} ==التركيب== <syntaxhighlight lang="lua"> bool setDiscordRichPresenceState(string state) </syntaxhighlight> {{OOP||Disc...") |
00:04 | AR/isDiscordRichPresenceConnected diffhist +9 O22 talk contribs |
00:04 | AR/resetDiscordRichPresenceData diffhist +19 O22 talk contribs (→Syntax) |
N 00:01 | AR/setDiscordRichPresenceDetails diffhist +1,508 O22 talk contribs (Created page with "__NOTOC__ {{Client function}} {{Important Note|لاستخدام هذه الدالة، يجب عليك إعداد تطبيقك الخاص باستخدام setDiscordApplicationID}} {{New feature/item|3.0161|1.6.0|22270| تقوم هذه الدالة بتعيين نص التفاصيل في Discord Rich Presence. }} ==التركيب== <syntaxhighlight lang="lua"> bool setDiscordRichPresenceDetails(string details) </syntaxhighlight> {{OOP||[...") |
5 August 2025
N 23:55 | AR/setDiscordRichPresenceButton diffhist +1,828 O22 talk contribs (Created page with "__NOTOC__ {{Client function}} {{Important Note|لاستخدام هذه الدالة، يجب عليك إعداد تطبيقك الخاص باستخدام setDiscordApplicationID}} {{New feature/item|3.0161|1.6.0|22270| تقوم هذه الدالة بتعيين زر مخصص يمكن من خلاله الوصول إلى موقع ويب على Discord. }} ==التركيب== <syntaxhighlight lang="lua"> bool setDiscordRichPresenceButton(int...") |
N 23:50 | AR/setDiscordRichPresenceAsset diffhist +1,789 O22 talk contribs (Created page with "__NOTOC__ {{Client function}} {{Important Note|لاستخدام هذه الدالة، يجب عليك إعداد تطبيقك الخاص باستخدام setDiscordApplicationID}} {{New feature/item|3.0161|1.6.0|22270| باستخدام هذه الدالة يمكنك تعيين صورة الأصل الكبيرة (large image asset) للتطبيق. الحد الأقصى لحجم الصور هو ''1024 x1024''، والحد الأدنى هو...") |
N 23:44 | AR/setDiscordApplicationID diffhist +1,813 O22 talk contribs (Created page with "__NOTOC__ {{Client function}} {{Important Note|لإعادة ضبط معرف التطبيق، يرجى استخدام resetDiscordRichPresenceData}} {{Important Note|لكي تعمل الدالة بشكل صحيح، يجب أن يكون لدى المستخدم إعداد الخصوصية/الحالة مفعل في Discord.}} {{New feature/item|3.0161|1.6.0|22270| تتيح هذه الدالة تعيين تطبيقك الخاص للاست...") |
N 23:05 | AR/resetDiscordRichPresenceData diffhist +1,245 O22 talk contribs (Fixed naming inconsistency: renamed pages to start with lowercase letters for consistency. Corrected accidental use of uppercase initials.) |
N 23:02 | AR/isDiscordRichPresenceConnected diffhist +1,217 O22 talk contribs (Fixed naming inconsistency: renamed pages to start with lowercase letters for consistency. Corrected accidental use of uppercase initials.) |
|
22:57 | ResetDiscordRichPresenceData 2 changes history 0 [O22 (2×)] | |||
|
22:57 (cur | prev) 0 O22 talk contribs Tag: Manual revert | ||||
|
22:40 (cur | prev) 0 O22 talk contribs |
|
22:57 | IsDiscordRichPresenceConnected 2 changes history 0 [O22 (2×)] | |||
|
22:57 (cur | prev) 0 O22 talk contribs Tag: Manual revert | ||||
|
22:33 (cur | prev) 0 O22 talk contribs |
26 July 2025
09:52 | SetVehicleRotorState diffhist +1,223 Danzy talk contribs |
09:32 | EngineResetModelLODDistance diffhist +788 Danzy talk contribs |
25 July 2025
22:06 | GetPlayerTargetStart diffhist −18 Danzy talk contribs |
22:04 | GetVehicleRotorState diffhist +897 Danzy talk contribs |
21:53 | GetVersion diffhist +1,869 Danzy talk contribs |
18:27 | SetCameraFieldOfView diffhist +48 Srslyyyy talk contribs (→Example) |
18:01 | ResetVehicleModelAudioSettings diffhist +29 Mohab talk contribs |
18:01 | SetVehicleModelAudioSetting diffhist +29 Mohab talk contribs |
18:00 | GetVehicleModelAudioSettings diffhist +29 Mohab talk contribs |
18:00 | SetVehicleAudioSetting diffhist +29 Mohab talk contribs |
18:00 | GetVehicleAudioSettings diffhist −2 Mohab talk contribs |
|
N 17:58 | ResetVehicleAudioSettings 2 changes history +1,578 [Mohab (2×)] | |||
|
17:58 (cur | prev) −2 Mohab talk contribs | ||||
N |
|
17:51 (cur | prev) +1,580 Mohab talk contribs (Created page with "{{client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|23140|This function resets the audio properties of a specific vehicle instance back to its model's default settings. Any custom audio settings that were applied to the vehicle using setVehicleAudioSetting will be removed, restoring the original sound characteristics.}} ==Syntax== <syntaxhighlight lang="lua"> bool resetVehicleAudioSettings ( vehicle theVehicle ) </syntaxhighlight> ===Required Arguments===...") |