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.
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
10 November 2025
| m 15:02 | Template:Vehicle functions diffhist −160 Fernando187 talk contribs (Fix function in wrong category (wiki cleaning)) | ||||
26 July 2025
25 July 2025
| 22:04 | GetVehicleRotorState diffhist +897 Danzy talk contribs | ||||
|
|
N 18:01 | SetVehicleModelAudioSetting 6 changes history +4,711 [Mohab (6×)] | |||
|
|
18:01 (cur | prev) +29 Mohab talk contribs | ||||
|
|
17:30 (cur | prev) −204 Mohab talk contribs | ||||
|
|
17:28 (cur | prev) −712 Mohab talk contribs | ||||
|
|
17:01 (cur | prev) −19 Mohab talk contribs | ||||
|
|
16:52 (cur | prev) +40 Mohab talk contribs | ||||
| N |
|
16:38 (cur | prev) +5,577 Mohab talk contribs (Created page with "{{client function}} __NOTOC__ This function sets audio properties for a specific vehicle model. It allows customization of various vehicle sound settings such as engine sounds, horn characteristics, door sounds, and radio settings. ==Syntax== <syntaxhighlight lang="lua"> bool setVehicleModelAudioSetting ( int modelID, string property, float value ) </syntaxhighlight> ===Required Arguments=== *'''modelID:''' The vehicle model ID to modify audio settings for *'''property...") | |||
|
|
N 18:00 | GetVehicleModelAudioSettings 4 changes history +1,935 [Mohab (4×)] | |||
|
|
18:00 (cur | prev) +29 Mohab talk contribs | ||||
|
|
17:34 (cur | prev) −4,291 Mohab talk contribs (Simplify examples) | ||||
|
|
17:01 (cur | prev) −19 Mohab talk contribs | ||||
| N |
|
16:56 (cur | prev) +6,216 Mohab talk contribs (Created page with "{{client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|23140|This function retrieves audio properties for a specific vehicle model. It allows inspection of various vehicle sound settings such as engine sounds, horn characteristics, door sounds, and radio settings.}} ==Syntax== <syntaxhighlight lang="lua"> table getVehicleModelAudioSettings ( int modelID ) </syntaxhighlight> ===Required Arguments=== *'''modelID:''' The vehicle model ID to retrieve audio settings...") | |||
|
|
N 18:00 | SetVehicleAudioSetting 2 changes history +2,789 [Mohab (2×)] | |||
|
|
18:00 (cur | prev) +29 Mohab talk contribs | ||||
| N |
|
17:31 (cur | prev) +2,760 Mohab talk contribs (Created page with "{{client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|23140|This function sets audio properties for a '''specific vehicle instance'''. It allows customization of various vehicle sound settings such as engine sounds, horn characteristics, door sounds, and radio settings.}} ==Syntax== <syntaxhighlight lang="lua"> bool setVehicleAudioSetting ( element vehicle, string property, float value ) </syntaxhighlight> ===Required Arguments=== *'''vehicle:''' The vehicle el...") | |||
|
|
N 18:00 | GetVehicleAudioSettings 2 changes history +3,054 [Mohab (2×)] | |||
|
|
18:00 (cur | prev) −2 Mohab talk contribs | ||||
| N |
|
17:47 (cur | prev) +3,056 Mohab talk contribs (Created page with "{{client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|23140|This function retrieves the current audio properties for a specific vehicle instance. It allows inspection of various vehicle sound settings such as engine sounds, horn characteristics, door sounds, and radio settings that may have been customized for this particular vehicle.}} ==Syntax== <syntaxhighlight lang="lua"> table getVehicleAudioSettings ( vehicle theVehicle ) </syntaxhighlight> ===Required Ar...") | |||
|
|
N 17:58 | ResetVehicleAudioSettings 2 changes history +1,578 [Mohab (2×)] | |||
|
|
17:58 (cur | prev) −2 Mohab talk contribs | ||||
| N |
|
17:51 (cur | prev) +1,580 Mohab talk contribs (Created page with "{{client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|23140|This function resets the audio properties of a specific vehicle instance back to its model's default settings. Any custom audio settings that were applied to the vehicle using setVehicleAudioSetting will be removed, restoring the original sound characteristics.}} ==Syntax== <syntaxhighlight lang="lua"> bool resetVehicleAudioSettings ( vehicle theVehicle ) </syntaxhighlight> ===Required Arguments===...") | |||