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
30 October 2024
09:25 | Server mtaserver.conf diffhist +580 Fernando187 talk contribs (add resource_client_file_checks) |
23 October 2024
|
13:15 | RemoveWorldModel 2 changes history +121 [Fernando187 (2×)] | |||
|
13:15 (cur | prev) +77 Fernando187 talk contribs | ||||
|
13:06 (cur | prev) +44 Fernando187 talk contribs |
|
13:14 | CreateBuilding 2 changes history +125 [Fernando187 (2×)] | |||
|
13:14 (cur | prev) +77 Fernando187 talk contribs | ||||
|
13:06 (cur | prev) +48 Fernando187 talk contribs |
22 October 2024
23:14 | RemoveWorldModel diffhist +50 Fernando187 talk contribs (Add link to restore func) |
|
23:09 | RestoreAllGameBuildings 2 changes history +15 [Fernando187 (2×)] | |||
|
23:09 (cur | prev) −98 Fernando187 talk contribs | ||||
|
14:18 (cur | prev) +113 Fernando187 talk contribs (add deprecated warning) |
|
23:09 | RemoveAllGameBuildings 2 changes history +15 [Fernando187 (2×)] | |||
|
23:09 (cur | prev) −97 Fernando187 talk contribs | ||||
|
14:17 (cur | prev) +159 Fernando187 talk contribs (add deprecated warning) |
16:49 | Template:Changelogsrow diffhist +33 FileEX talk contribs |
14:30 | CreateBuilding diffhist +100 Fernando187 talk contribs (add note about interior 13) |
N 00:41 | IsBrowserGPUEnabled diffhist +430 LopSided talk contribs (Created page with "__NOTOC__ {{Client function}} This function checks if the client has the "Enable GPU rendering" setting enabled, which allows the usage of things like WebGL in browsers. ==Syntax== <syntaxhighlight lang="lua"> bool isBrowserGPUEnabled() </syntaxhighlight> {{OOP||Element/Browser|gpuEnabled}} ===Returns=== Returns ''true'' if the client has browser GPU rendering enabled, ''false'' otherwise. ==See Also== {{CEF_functions}}") |
19 October 2024
05:24 | FileGetContents diffhist +150 CrosRoad95 talk contribs |
16 October 2024
|
14:14 | EngineAddImage 4 changes history +92 [Xenius (4×)] | |||
|
14:14 (cur | prev) +91 Xenius talk contribs | ||||
|
14:04 (cur | prev) 0 Xenius talk contribs Tag: Manual revert | ||||
|
14:03 (cur | prev) 0 Xenius talk contribs | ||||
|
14:02 (cur | prev) +1 Xenius talk contribs |
15 October 2024
|
N 13:15 | GetPedAnimationProgress 2 changes history +515 [Tracer (2×)] | |||
|
13:15 (cur | prev) +34 Tracer talk contribs | ||||
N |
|
06:05 (cur | prev) +481 Tracer talk contribs (Added new function (TODO: Example required!)) |
08:14 | GetValidPedModels diffhist +678 Fernando187 talk contribs (add includeCustom) |
N 06:07 | GetPedAnimationSpeed diffhist +469 Tracer talk contribs (Added new function (TODO: Example required!)) |
N 06:06 | GetPedAnimationLength diffhist +475 Tracer talk contribs (Added new function (TODO: Example required!)) |
14 October 2024
|
11:13 | CreateBuilding 5 changes history −581 [Fernando187 (5×)] | |||
|
11:13 (cur | prev) −1 Fernando187 talk contribs | ||||
|
10:56 (cur | prev) +55 Fernando187 talk contribs | ||||
|
10:27 (cur | prev) −1,839 Fernando187 talk contribs (use template ExampleCreateObjectOrBuilding) | ||||
|
10:19 (cur | prev) +567 Fernando187 talk contribs (improve example) | ||||
|
10:11 (cur | prev) +7 Fernando187 talk contribs |
12 October 2024
|
N 22:12 | SpawnVehicleFlyingComponent 2 changes history +1,643 [FileEX (2×)] | |||
|
22:12 (cur | prev) +42 FileEX talk contribs | ||||
N |
|
19:01 (cur | prev) +1,609 FileEX talk contribs (Created page with "__NOTOC__ {{Shared function}} {{New feature/item|3.0161|1.6.0|22771| This function creates a dynamic (motion-dependent) falling vehicle component.}} {{Note|The maximum number of components that can be created simultaneously is 150. Beyond this limit, no new components will be created until an existing component is removed and the count drops below 150.}} ==Syntax== <syntaxhighlight lang="lua"> bool spawnVehicleFlyingComponent(vehicle theVehicle, number nodeIndex [, num...") |
30 September 2024
N 19:16 | IsPlayerCrosshairVisible diffhist +692 FileEX talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6.0|22751|This function checks if the local player has showing crosshair.}} {{Note|This function always returns true for '''spraycan''' and '''fire extinguisher'''.}} ==Syntax== <syntaxhighlight lang="lua">bool isPlayerCrosshairVisible()</syntaxhighlight> ===Returns=== Returns ''true'' if the player has the crosshair visible, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> function check() out...") |
04:33 | GetElementBoneQuaternion diffhist 0 Nico834 talk contribs (Add correct revision) |
|
04:32 | SetElementBoneQuaternion 4 changes history +289 [Nico834 (4×)] | |||
|
04:32 (cur | prev) 0 Nico834 talk contribs (Add correct revision) | ||||
|
04:25 (cur | prev) +289 Nico834 talk contribs (Add Cayley Q8 graph) | ||||
|
04:02 (cur | prev) −291 Nico834 talk contribs (Undo revision 80611 by Nico834 (talk)) Tag: Undo | ||||
|
04:02 (cur | prev) +291 Nico834 talk contribs |
28 September 2024
25 September 2024
N 13:28 | ResetWorldProperties diffhist +1,801 FileEX talk contribs (Created page with "__NOTOC__ {{Shared function}} {{New feature/item|3.0161|1.6.0|22741|This function resets all world properties to default.}} ==Syntax== <syntaxhighlight lang="lua">nil resetWorldProperties( [ bool rsetSpecialProperties = true, bool resetWorldProperties = true, bool resetWeatherProperties = true, bool resetLODs = true, bool resetSounds = true, bool resetGlitches = true, bool resetJetpackWeapons = true ] )</syntaxhighlight> ===Optional arguments=== {{OptionalArg}} * '''re...") |
15 September 2024
N 20:05 | GetElementBoneQuaternion diffhist +1,948 Nico834 talk contribs (Add documentation) |
N 19:37 | SetElementBoneQuaternion diffhist +2,677 Nico834 talk contribs (Add documentation) |
12 September 2024
11:39 | SetJetpackWeaponEnabled diffhist +270 Dragon talk contribs (various edits to correct information and to put formatting more in line with similar pages) |
6 September 2024
N 21:18 | ResetVolumetricShadows diffhist +382 Prox talk contribs (new page 1.6.1) |
|
N 21:10 | IsVolumetricShadowsEnabled 2 changes history +569 [Prox (2×)] | |||
|
21:10 (cur | prev) +18 Prox talk contribs (→Example) | ||||
N |
|
21:08 (cur | prev) +551 Prox talk contribs (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.6.1|1.6.0|22716| This function is used to check whether the shadow enabled or not. }} ==Syntax== <syntaxhighlight lang="lua"> bool isVolumetricShadowsEnabled () </syntaxhighlight> ===Returns=== Returns ''true'' if enabled, ''false'' otherwise. ==Example== This example check if volumetric shadows enabled or not. <syntaxhighlight lang="lua"> addCommandHandler('isvolumetricshadows', function() print(isVolumetri...") |
|
N 20:28 | SetVolumetricShadowsEnabled 5 changes history +814 [Prox (5×)] | |||
|
20:28 (cur | prev) +1 Prox talk contribs (→Example) | ||||
|
20:27 (cur | prev) +1 Prox talk contribs (→Example) | ||||
|
20:26 (cur | prev) +1 Prox talk contribs | ||||
|
20:26 (cur | prev) +58 Prox talk contribs | ||||
N |
|
20:24 (cur | prev) +752 Prox talk contribs (create new page) |
10:26 | SetTimerPaused diffhist −11 Justns talk contribs |