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 22:08, 4 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

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...")
 m   12:11  ToggleObjectRespawn diffhist +96 FileEX talk contribs
 m   12:10  RespawnObject diffhist +150 FileEX talk contribs
 m   11:57  SetVehicleComponentRotation diffhist −27 FileEX talk contribs
 m   11:56  SetVehicleComponentScale diffhist −25 FileEX talk contribs
     04:29  Template:Elements diffhist +74 Megadreams talk contribs (Added building element)

2 September 2024

 m   13:34  SetHelicopterRotorSpeed diffhist +93 FileEX talk contribs (Deprecate)

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

28 August 2024

     11:08  CreateBuilding diffhist −1 TheNormalnij talk contribs

25 August 2024

 m   14:32  Resource Web Access diffhist +82 Botder talk contribs (Add new-feature-item wrapper for router)

24 August 2024

     19:37  Resource Web Access‎‎ 3 changes history +5,397 [Botder‎ (3×)]
 m   
19:37 (cur | prev) −21 Botder talk contribs
 m   
19:36 (cur | prev) +7 Botder talk contribs
     
19:34 (cur | prev) +5,411 Botder talk contribs (Add HTTP router function information)

19 August 2024

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

18 August 2024

N    19:37  EnginePreloadWorldArea‎‎ 2 changes history +1,305 [FileEX‎ (2×)]
 m   
19:37 (cur | prev) +40 FileEX talk contribs
N    
19:35 (cur | prev) +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...")
 m   19:20  OnVehicleExplode diffhist +114 FileEX talk contribs (player argument)
 m   17:14  Template:Client world functions diffhist +208 FileEX talk contribs (time functions)
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:09  IsTimeFrozen‎‎ 2 changes history +499 [FileEX‎ (2×)]
 m   
17:09 (cur | prev) −1 FileEX talk contribs
N    
17:08 (cur | prev) +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

 m   09:01  SetTimeFrozen diffhist +26 Tracer talk contribs

16 August 2024

N    20:42  SetTimeFrozen‎‎ 3 changes history +514 [Prox‎ (3×)]
 m   
20:42 (cur | prev) +4 Prox talk contribs (minor change)
     
20:41 (cur | prev) +1 Prox talk contribs (minor change)
N    
20:40 (cur | prev) +509 Prox talk contribs (create page)

15 August 2024

 m   22:56  EngineSetModelLODDistance diffhist +247 FileEX talk contribs

14 August 2024

 m   11:06  OnVehicleExplode diffhist +145 FileEX talk contribs (Add missing parameter)