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 | Show my edits | Hide bots | Show minor edits
Show new changes starting from 23:15, 20 September 2024
   
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

15 September 2024

N    20:05  GetElementBoneQuaternion diffhist +1,948 Nico834 talk contribs (Add documentation)
N    19:37  SetElementBoneQuaternion diffhist +2,677 Nico834 talk contribs (Add documentation)

8 September 2024

     04:57  SetPedRotation diffhist +177 AirNewSCR talk contribs (FileEX - read note and remove-it)

7 September 2024

     06:40  SetPedRotation diffhist −36 AirNewSCR talk contribs (Undo revision 80020 by FileEX (talk)) Tag: Undo

6 September 2024

N    21:18  ResetVolumetricShadows diffhist +382 Prox talk contribs (new page 1.6.1)
N    21:10  IsVolumetricShadowsEnabled‎‎ 2 changes history +569 [Prox‎ (2×)]
     
21:10 (cur | prev) +18 Prox talk contribs (→‎Example)
N    
21:08 (cur | prev) +551 Prox talk contribs (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.6.1|1.6.0|22716| This function is used to check whether the shadow enabled or not. }} ==Syntax== <syntaxhighlight lang="lua"> bool isVolumetricShadowsEnabled () </syntaxhighlight> ===Returns=== Returns ''true'' if enabled, ''false'' otherwise. ==Example== This example check if volumetric shadows enabled or not. <syntaxhighlight lang="lua"> addCommandHandler('isvolumetricshadows', function() print(isVolumetri...")
N    20:28  SetVolumetricShadowsEnabled‎‎ 5 changes history +814 [Prox‎ (5×)]
     
20:28 (cur | prev) +1 Prox talk contribs (→‎Example)
     
20:27 (cur | prev) +1 Prox talk contribs (→‎Example)
     
20:26 (cur | prev) +1 Prox talk contribs
     
20:26 (cur | prev) +58 Prox talk contribs
N    
20:24 (cur | prev) +752 Prox talk contribs (create new page)
     10:26  SetTimerPaused diffhist −11 Justns talk contribs

5 September 2024

     12:37  DxDrawModel3D‎‎ 4 changes history +189 [TEDERIs‎ (4×)]
     
12:37 (cur | prev) +238 TEDERIs talk contribs
     
12:31 (cur | prev) 0 TEDERIs talk contribs
     
12:30 (cur | prev) +25 TEDERIs talk contribs
     
12:29 (cur | prev) −74 TEDERIs talk contribs
N    06:53  SetTimerPaused diffhist +1,003 Dragon talk contribs (Created page with "{{Server client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|22701| This function allows you to pause existing running timers and resume existing paused ti...")
N    06:53  IsTimerPaused diffhist +1,044 Dragon talk contribs (Created page with {{Server client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|22701| This function allows you to check whether a timer is paused. }} ==Syntax== <syntaxhighlight lang="lua"> bool isTimerPa...)

4 September 2024

N    12:20  IsObjectRespawnable diffhist +846 FileEX talk contribs (Created page with "__NOTOC__ {{Shared function}} {{New feature/item|3.0161|1.6.0|22708|This function checks if the object has respawn enabled, which can be toggled using toggleObjectRespawn.}} ==Syntax== <syntaxhighlight lang="lua">bool isObjectRespawnable( object theObject )</syntaxhighlight> {{OOP||object:isRespawnable}} ===Required Arguments=== *'''theObject:''' an object element. ===Returns=== Returns true if the object has respawning enabled, false otherwise. ==Examp...")

30 August 2024

     11:11  DxGetBlendMode diffhist −18 1Lorenzo talk contribs
     11:10  DxSetShaderTransform diffhist −18 1Lorenzo talk contribs

29 August 2024

     14:25  DxSetShaderTransform diffhist +1,409 FIY9AL talk contribs (→‎Example)
     14:14  DxGetBlendMode diffhist +502 FIY9AL talk contribs (→‎Example)
     14:11  HU/dxDrawMaterialPrimitive‎‎ 2 changes history +562 [FIY9AL‎ (2×)]
     
14:11 (cur | prev) +36 FIY9AL talk contribs (→‎Példa)
     
14:10 (cur | prev) +526 FIY9AL talk contribs (→‎Példa)
     13:55  DxDrawMaterialPrimitive‎‎ 5 changes history +563 [FIY9AL‎ (5×)]
     
13:55 (cur | prev) +37 FIY9AL talk contribs (→‎Example)
     
13:54 (cur | prev) +526 FIY9AL talk contribs (→‎Example)
     
13:53 (cur | prev) −507 FIY9AL talk contribs Tag: Manual revert
     
13:52 (cur | prev) +5 FIY9AL talk contribs (Undo revision 77048 by Dmi7ry (talk)) Tag: Undo
     
13:51 (cur | prev) +502 FIY9AL talk contribs (The dxDrawMaterialPrimitive function in MTA allows you to draw 2D or 3D textured primitives by passing the vertex data directly as individual arguments.)
N    10:55  EngineStreamingRequestModel‎‎ 3 changes history +1,569 [TheNormalnij‎ (3×)]
     
10:55 (cur | prev) +339 TheNormalnij talk contribs (References counter)
     
09:48 (cur | prev) −6 TheNormalnij talk contribs
N    
09:47 (cur | prev) +1,236 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.1|22676|This function sends a loading request to the game model streamer.}} ==Syntax== <syntaxhighlight lang="lua"> boolean engineStreamingRequestModel( number modelID [, boolean addRef = false, boolean isBlocking = false ] ) </syntaxhighlight> ===Required Arguments=== * '''modelID''': ID of the model you want to get flags. ===Optional Arguments=== {{OptionalArg}} * '''addRef''': increase references counter to pr...")
N    09:59  EngineStreamingReleaseModel diffhist +1,108 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.1|22676|This function sends a unloading request to the game model streamer.}} ==Syntax== <syntaxhighlight lang="lua"> boolean engineStreamingReleaseModel( number modelID [, boolean removeRef = false ] ) </syntaxhighlight> ===Required Arguments=== * '''modelID''': ID of the model you want to unload. ===Optional Arguments=== {{OptionalArg}} * '''removeRef''': decrease references counter. ===Returns=== Returns ''tr...")
N    09:16  EngineStreamingGetModelLoadState diffhist +611 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.1|22676|This function returns load state of model.}} ==Syntax== <syntaxhighlight lang="lua"> string engineStreamingGetModelLoadState( number modelID ) </syntaxhighlight> ===Required Arguments=== * '''modelID''': ID of the model you want to get flags. ===Returns=== Returns ''string'' with model load state. Possible load states: * unloaded - model is not loaded. * loaded - model is loaded. * requested - model is wa...")

28 August 2024

     11:08  CreateBuilding diffhist −1 TheNormalnij talk contribs

19 August 2024

     00:43  EnginePreloadWorldArea diffhist −14 Megadreams talk contribs (Fixed return type (nil - function returns nothing))

18 August 2024

N    19:35  EnginePreloadWorldArea diffhist +1,265 FileEX talk contribs (Created page with "{{Client function}} __NOTOC__ This function allows a specific area to be loaded '''immediately''', which can be useful when teleporting a player. The function is not based on a radius, but a specific zone is loaded. ==Syntax== <syntaxhighlight lang="lua"> bool enginePreloadWorldArea(float x, float y, float z [, string loadingOption = "all" ] ) </syntaxhighlight> ===Required Arguments=== *'''x:''' Position in the X axis. *'''y:''' Position in the Y axis *'''z:''' Pos...")
N    17:11  ResetTimeFrozen diffhist +476 FileEX talk contribs (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.6.1|1.6.0|22676| This function unfreezes time frozen using setTimeFrozen. This is equivalent to using setTimeFrozen to false. }} ==Syntax== <syntaxhighlight lang="lua"> bool resetTimeFrozen( ) </syntaxhighlight> ===Returns=== Always returns ''true''. ==Example== This example let you to unfreeze time <syntaxhighlight lang="lua"> resetTimeFrozen() </syntaxhighlight> ==See Also== {{Client world functions}}")
N    17:08  IsTimeFrozen diffhist +500 FileEX talk contribs (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.6.1|1.6.0|22676| This function allows you to check whether time has been frozen using setTimeFrozen. }} ==Syntax== <syntaxhighlight lang="lua"> bool setTimeFrozen ( ) </syntaxhighlight> ===Returns=== Returns true if time is frozen, false otherwise. ==Example== <syntaxhighlight lang="lua"> addCommandHandler('freezetime', function() setTimeFrozen(not isTimeFrozen()) end) </syntaxhighlight> ==See Also== {...")

17 August 2024

     13:47  GetEventHandlers diffhist −1 Prox talk contribs (→‎Example: typo)

16 August 2024

N    20:41  SetTimeFrozen‎‎ 2 changes history +510 [Prox‎ (2×)]
     
20:41 (cur | prev) +1 Prox talk contribs (minor change)
N    
20:40 (cur | prev) +509 Prox talk contribs (create page)

15 August 2024

     19:50  SetPedRotation diffhist +23 AirNewSCR talk contribs (Undo revision 44613 by AlexTMjugador (talk))
     10:05  ShowCursor diffhist +243 Prox talk contribs (adding note of cursor bahvior in another resource)

2 August 2024

     21:35  EngineReplaceModel diffhist +12 Srslyyyy talk contribs (→‎Example)
     13:26  FileRead diffhist +551 Tracer talk contribs (Undo revision 79715 - Feature reintroduced)

1 August 2024

     15:14  GetVehicleEntryPoints‎‎ 2 changes history +5 [1Lorenzo‎ (2×)]
     
15:14 (cur | prev) −1 1Lorenzo talk contribs (→‎Example)
     
15:12 (cur | prev) +6 1Lorenzo talk contribs (→‎Example)