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 | Hide bots | Hide minor edits
Show new changes starting from 10:35, 9 June 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

9 June 2024

N    10:01  IsVehicleRespawnable‎‎ 2 changes history +972 [Tracer‎ (2×)]
 m   
10:01 (cur | prev) +33 Tracer talk contribs (Added OOP variable and setter)
N    
09:33 (cur | prev) +939 Tracer talk contribs (Created page with "{{Server function}} __NOTOC__ {{Added feature/item|1.6.1|1.6.0|22505|This function check if the vehicle is respawnable.}} ==Syntax== <syntaxhighlight lang="lua"> bool isVehicleRespawnable ( vehicle theVehicle ) </syntaxhighlight> {{OOP||vehicle:isRespawnable}} ===Required Arguments=== *'''theVehicle:''' The vehicle which you'd like to get respawn state of. ===Returns=== Returns three '''true''' if the vehicle is respawnable, '''false''' otherwise. ==Example==...")
N    09:45  GetVehicleRespawnDelay‎‎ 2 changes history +1,034 [Tracer‎ (2×)]
 m   
09:45 (cur | prev) +41 Tracer talk contribs (Added `Added feature`)
N    
09:41 (cur | prev) +993 Tracer talk contribs (Created page with "__NOTOC__ {{Server function}} This function gets the time delay (in milliseconds) the vehicle will remain wrecked before respawning. ==Syntax== <syntaxhighlight lang="lua"> int getVehicleRespawnDelay ( vehicle theVehicle ) </syntaxhighlight> {{OOP||vehicle:getRespawnDelay|respawnDelay|setVehicleRespawnDelay}} ===Required Arguments=== *'''theVehicle''': The vehicle you wish to get the respawn delay of. ==Returns== Returns the delay in milliseconds. ==Example=...")
N    09:44  GetVehicleIdleRespawnDelay diffhist +1,063 Tracer talk contribs (Created page with "__NOTOC__ {{Server function}} {{Added feature/item|1.6.1|1.6.0|22505|This function gets the time delay (in milliseconds) the vehicle will remain at its position while empty.}} ==Syntax== <syntaxhighlight lang="lua"> int getVehicleIdleRespawnDelay ( vehicle theVehicle ) </syntaxhighlight> {{OOP||vehicle:getIdleRespawnDelay|idleRespawnDelay|setVehicleIdleRespawnDelay}} ===Required Arguments=== *'''theVehicle''': The vehicle you wish to get the idle delay of. ==...")

8 June 2024

     23:00  ProcessLineOfSight‎‎ 4 changes history +1,168 [FileEX‎ (2×); Pirulax‎ (2×)]
 m   
23:00 (cur | prev) +3 FileEX talk contribs
     
19:18 (cur | prev) +4 Pirulax talk contribs
     
19:18 (cur | prev) +230 Pirulax talk contribs (Fix last edit (Clarify function arguments))
 m   
15:44 (cur | prev) +931 FileEX talk contribs (textureHitInfo parameter)
     07:06  OnDebugMessage‎‎ 3 changes history −37 [Srslyyyy‎ (3×)]
     
07:06 (cur | prev) −172 Srslyyyy talk contribs (Remove new item highlight.)
     
07:04 (cur | prev) +33 Srslyyyy talk contribs (Improve example.)
     
06:53 (cur | prev) +102 Srslyyyy talk contribs (Add information about cancelling.)
     06:51  OnPlayerProjectileCreation diffhist −2 Srslyyyy talk contribs (→‎Canceling)
N    01:14  EngineStreamingRestoreBufferSize‎‎ 2 changes history +721 [Nico834‎ (2×)]
 m   
01:14 (cur | prev) +4 Nico834 talk contribs (Add a line break)
N    
01:13 (cur | prev) +717 Nico834 talk contribs (Filling in page data & structure)
     00:37  EngineStreamingSetModelCacheLimits diffhist +1,299 Nico834 talk contribs (Filling in page data & structure)

6 June 2024

     18:51  DbConnect diffhist +537 Botder talk contribs
 m   11:25  EngineSetModelPhysicalPropertiesGroup‎‎ 2 changes history +152 [FileEX‎ (2×)]
 m   
11:25 (cur | prev) +40 FileEX talk contribs (New feature template)
 m   
11:22 (cur | prev) +112 FileEX talk contribs
     10:53  BreakObject diffhist +150 FileEX talk contribs
     03:16  Server mtaserver.conf diffhist +518 Megadreams talk contribs

4 June 2024

 m   14:27  SetWorldSpecialPropertyEnabled‎‎ 5 changes history +519 [FileEX‎ (5×)]
 m   
14:27 (cur | prev) −6 FileEX talk contribs (Example fix)
 m   
14:24 (cur | prev) +216 FileEX talk contribs (Photos)
 m   
14:07 (cur | prev) +2 FileEX talk contribs
 m   
14:07 (cur | prev) +28 FileEX talk contribs
 m   
14:06 (cur | prev) +279 FileEX talk contribs (extendedwatercannons)

1 June 2024

     22:21  PathListDir diffhist −7 Srslyyyy talk contribs (→‎Example)

27 May 2024

 m   13:46  CreateBuilding diffhist 0 Beence58 talk contribs (required arguments fix)

26 May 2024

 m   16:58  ResetPedVoice diffhist −71 Tracer talk contribs (Fixed all related issues) Tag: Manual revert
N    16:58  GetAccountType‎‎ 2 changes history +1,292 [Tracer‎ (2×)]
 m   
16:58 (cur | prev) +93 Tracer talk contribs (Added issue note)
N    
10:30 (cur | prev) +1,199 Tracer talk contribs (Created page with "__NOTOC__ {{Server function}} {{New feature/item|3.0161|1.6.0|22470|This function returns an account type.}} ==Syntax== <syntaxhighlight lang="lua"> string getAccountType ( account theAccount ) </syntaxhighlight> {{OOP|This function is a static function underneath the Account class.|Account.getType||}} ===Required Arguments=== *'''theAccount:''' An account you want to get info from ===Returns=== Returns ''string'' containing the type of the account if t...")
N    12:12  PathIsDirectory diffhist +1,630 Tracer talk contribs (Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470|Checks if a specified path points to a directory.}} ==Syntax== <syntaxhighlight lang="lua"> table pathIsDirectory ( string path ) </syntaxhighlight> {{OOP||path:isDirectory}} ===Required Arguments=== *'''path:''' A string containing a path you want to check against ===Returns=== Returns '''true''' if the path points to a directory, '''false''' otherwise. ==Example==...")
N    11:32  PathIsFile diffhist +861 Tracer talk contribs (Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470|Checks if a specified path points to a file.}} ==Syntax== <syntaxhighlight lang="lua"> table pathIsFile ( string path ) </syntaxhighlight> {{OOP||path:isFile}} ===Required Arguments=== *'''path:''' A string containing a path you want to check against ===Returns=== Returns '''true''' if the path points to a file, '''false''' otherwise. ==Example== <section name="Share...")
N    11:20  PathListDir‎‎ 2 changes history +1,638 [Tracer‎ (2×)]
 m   
11:20 (cur | prev) +7 Tracer talk contribs (Fixed `See also` section)
N    
11:20 (cur | prev) +1,631 Tracer talk contribs (Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470| Reads a specified directory and returns all entries inside of it. }} ==Syntax== <syntaxhighlight lang="lua"> table pathListDir ( string path ) </syntaxhighlight> {{OOP||path:listDir}} ===Required Arguments=== *'''path:''' A string containing a path you want to get entries from ===Returns=== Returns table with all entries in a specified directory. ==Example== <section name="Client" clas...")
N    10:03  OnAccountCreate‎‎ 2 changes history +810 [Tracer‎ (2×)]
 m   
10:03 (cur | prev) −1 Tracer talk contribs (Fixed a typo)
N    
10:01 (cur | prev) +811 Tracer talk contribs (Created page with "__NOTOC__ {{Server event}} {{Added feature/item|1.6.1|1.6.0|22470|This event is triggered every time an account is created}} ==Parameters== <syntaxhighlight lang="lua"> account theAccount </syntaxhighlight> *'''theAccount:''' An account element that was created ==Source== The source of this event is the root element. ==Canceling== This event cannot be canceled. ==Example== This example prints a messa...")
N    10:02  OnAccountRemove diffhist +833 Tracer talk contribs (Created page with "__NOTOC__ {{Server event}} {{Added feature/item|1.6.1|1.6.0|22470|This event is triggered every time an account is removed}} ==Parameters== <syntaxhighlight lang="lua"> account theAccount </syntaxhighlight> *'''theAccount:''' An account element that was removed ==Source== The source of this event is the root element. ==Canceling== This event cannot be canceled. ==Example== This example prints a messa...")

25 May 2024

N    15:11  RestoreAllGameBuildings‎‎ 3 changes history +410 [TheNormalnij‎ (3×)]
     
15:11 (cur | prev) −1 TheNormalnij talk contribs
 m   
15:10 (cur | prev) 0 TheNormalnij talk contribs
N    
15:10 (cur | prev) +411 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6.0|22420|This function cancels RemoveAllGameBuildings efffect}} {{Note|This function can destroy some scripted buildings if the building pool does not have enough free space for game buildings.}} ==Syntax== <syntaxhighlight lang="lua">nil restoreAllGameBuildings ( )</syntaxhighlight> ===Returns=== Nothing ==See Also== {{Building functions}}")
N    15:05  RemoveAllGameBuildings‎‎ 2 changes history +393 [TheNormalnij‎ (2×)]
     
15:05 (cur | prev) +94 TheNormalnij talk contribs (Add note)
N    
14:59 (cur | prev) +299 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6.0|22420|This function is used to remove all world buildings and frees building pool.}} ==Syntax== <syntaxhighlight lang="lua">nil removeAllGameBuildings ( )</syntaxhighlight> ===Returns=== Nothing ==See Also== {{Building functions}}")

24 May 2024

N    20:02  OnPlayerTriggerInvalidEvent diffhist +3,460 Srslyyyy talk contribs (Add onPlayerTriggerInvalidEvent by lopsi (https://github.com/multitheftauto/mtasa-blue/pull/3400))
     18:24  SetWorldSpecialPropertyEnabled diffhist −6 Srslyyyy talk contribs (→‎Example)
     14:02  Server mtaserver.conf‎‎ 2 changes history +522 [Megadreams‎ (2×)]
     
14:02 (cur | prev) +43 Megadreams talk contribs (Added version notice)
     
01:13 (cur | prev) +479 Megadreams talk contribs (Add new vehicle_contact_sync_radius setting)
N    06:10  OnPlayerTeamChange diffhist +1,281 Esmail9900 talk contribs (→‎Player events)

23 May 2024

 m   21:42  IsObjectMoving diffhist +106 FileEX talk contribs (Update)
 m   21:37  OnPlayerPrivateMessage diffhist +167 FileEX talk contribs (Add content argument)