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 Below are the changes since 7 July 2024, 10:21 (up to 50 shown). (Reset date selection)
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 | Hide bots | Hide minor edits
Show new changes starting from 19:44, 18 August 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

18 August 2024

 m   19:42  Template:Engine functions diffhist +71 FileEX talk contribs (enginePreloadWorldArea)
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   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== {...")
 m   13:33  SetPedFootBloodEnabled diffhist −157 FileEX talk contribs Tag: Manual revert

17 August 2024

 m   14:54  SetPedFootBloodEnabled diffhist +157 FileEX talk contribs (Note)
     13:47  GetEventHandlers‎‎ 2 changes history +369 [Prox‎ (2×)]
     
13:47 (cur | prev) −1 Prox talk contribs (→‎Example: typo)
 m   
13:45 (cur | prev) +370 Prox talk contribs (→‎Example: add client side exmaple)
 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
 m   20:53  EngineRestreamWorld‎‎ 5 changes history +211 [FileEX‎ (5×)]
 m   
20:53 (cur | prev) +22 FileEX talk contribs (→‎Changelog)
 m   
20:53 (cur | prev) −43 FileEX talk contribs
 m   
20:52 (cur | prev) 0 FileEX talk contribs
 m   
20:52 (cur | prev) +2 FileEX talk contribs
 m   
20:51 (cur | prev) +230 FileEX talk contribs
     10:05  ShowCursor diffhist +243 Prox talk contribs (adding note of cursor bahvior in another resource)

14 August 2024

 m   19:21  FileRead diffhist −551 FileEX talk contribs (Undo revision 79983 by Tracer (talk) Feature reverted again) Tag: Undo

13 August 2024

 m   18:11  GetDistanceBetweenPoints3D diffhist +2 FileEX talk contribs (Example fix)

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‎‎ 4 changes history +1,855 [Megadreams‎; 1Lorenzo‎ (3×)]
     
15:14 (cur | prev) −1 1Lorenzo talk contribs (→‎Example)
     
15:12 (cur | prev) +6 1Lorenzo talk contribs (→‎Example)
     
15:11 (cur | prev) +1,778 1Lorenzo talk contribs (→‎nN Example)
     
12:42 (cur | prev) +72 Megadreams talk contribs (Added note explaining that vehicle needs to be streamed in)

31 July 2024

 m   11:44  Template:Client vehicle functions diffhist +70 FileEX talk contribs
N    11:40  GetVehicleEntryPoints diffhist +1,038 FileEX talk contribs (Created page with "{{Client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|22649| This function returns a table containing the positions to 4 possible entry points to a vehicle. This function can be used alongside setPedEnterVehicle to make a ped enter a specific seat by first moving the ped to a entry point retrieved through '''getVehicleEntryPoints''' and then using setPedEnterVehicle to make them enter. }} {{Note|This does not directly relate to the amount of doors a ve...")
 m   11:05  GetVehicleHandling‎‎ 3 changes history +279 [Blond6‎; FileEX‎ (2×)]
 m   
11:05 (cur | prev) 0 FileEX talk contribs
 m   
11:05 (cur | prev) +204 FileEX talk contribs
 m   
02:20 (cur | prev) +75 Blond6 talk contribs
 m   08:58  Template:Client camera functions diffhist +30 Tracer talk contribs
N    08:57  ResetShakeCamera diffhist +595 Tracer talk contribs (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.6.1|1.6.0|22631| This function cancels the chaking effect caused by '''shakeCamera''' }} ==Syntax== <syntaxhighlight lang="lua"> bool resetShakeCamera ( ) </syntaxhighlight> ===Returns=== Always returns ''true''. ==Example== This example allows you to trigger huge camera shake effect near you and then cancels the effect after 5 seconds. <syntaxhighlight lang="lua"> addCommandHandler('doShake', function() sh...")
 m   08:55  ShakeCamera diffhist −198 Tracer talk contribs

29 July 2024

 m   10:49  ShakeCamera diffhist +90 Tracer talk contribs

28 July 2024

 m   15:51  ShakeCamera diffhist +271 FileEX talk contribs (Note)

26 July 2024

 m   14:01  CreateProjectile diffhist −100 FileEX talk contribs (Issue fixed)

25 July 2024

     22:09  DxDrawModel3D diffhist +2 Nico834 talk contribs (Fix the function's name in syntax)

23 July 2024

 m   23:10  Template:Deprecated items diffhist +8 FileEX talk contribs
 m   23:02  Template:Added feature/item diffhist +276 FileEX talk contribs
 m   08:05  SetGarageOpen diffhist −1,086 Tracer talk contribs (Improved example)

22 July 2024

     19:35  SetGarageOpen‎‎ 4 changes history +3,678 [Mersad‎ (4×)]
     
19:35 (cur | prev) +52 Mersad talk contribs (→‎Example)
     
19:34 (cur | prev) −60 Mersad talk contribs (→‎Example)
     
19:31 (cur | prev) −4 Mersad talk contribs (→‎Example)
     
19:25 (cur | prev) +3,690 Mersad talk contribs (→‎Example)
     12:07  Template:Client camera functions diffhist +42 Srslyyyy talk contribs (Adjust version for shakeCamera)