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 09:58, 20 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

19 August 2024

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

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)