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
23 October 2024
|
13:16 | RestoreAllWorldModels 2 changes history +122 [Fernando187 (2×)] | |||
|
13:16 (cur | prev) +78 Fernando187 talk contribs | ||||
|
13:06 (cur | prev) +44 Fernando187 talk contribs |
|
13:16 | RestoreWorldModel 3 changes history +222 [Fernando187 (3×)] | |||
|
13:16 (cur | prev) +101 Fernando187 talk contribs | ||||
|
13:15 (cur | prev) +77 Fernando187 talk contribs | ||||
|
13:07 (cur | prev) +44 Fernando187 talk contribs |
|
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:15 | CreateObject 2 changes history +127 [Fernando187 (2×)] | |||
|
13:15 (cur | prev) +77 Fernando187 talk contribs | ||||
|
13:05 (cur | prev) +50 Fernando187 talk contribs |
13:12 | Template:World functions diffhist −70 Fernando187 talk contribs |
|
13:12 | Template:Object functions 2 changes history −90 [Fernando187 (2×)] | |||
|
13:12 (cur | prev) −138 Fernando187 talk contribs | ||||
|
13:10 (cur | prev) +48 Fernando187 talk contribs (move functions order better logic) |
22 October 2024
23:15 | RestoreWorldModel diffhist +2 Fernando187 talk contribs |
23:14 | RemoveWorldModel diffhist +50 Fernando187 talk contribs (Add link to restore func) |
19 October 2024
05:24 | FileGetContents diffhist +150 CrosRoad95 talk contribs |
15 October 2024
13:42 | Template:Vehicle functions diffhist +76 TheNormalnij talk contribs (Add spawnVehicleFlyingComponent) |
08:14 | GetValidPedModels diffhist +678 Fernando187 talk contribs (add includeCustom) |
14 October 2024
11:44 | SetElementVelocity diffhist −3 Fernando187 talk contribs |
10:28 | CreateObject diffhist +34 Fernando187 talk contribs (add example template ExampleCreateObjectOrBuilding) |
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
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...") |
6 September 2024
18:41 | Template:Input functions diffhist +871 FileEX talk contribs (Rework) |
18:33 | Template:World functions diffhist +4,422 FileEX talk contribs (Rework) |
18:24 | Template:Weapon functions diffhist +472 FileEX talk contribs (Rework) |
18:20 | Template:Water functions diffhist +609 FileEX talk contribs (Rework) |
18:17 | Template:Vehicle functions diffhist +5,615 FileEX talk contribs (Rework) |
18:05 | Template:Utility functions diffhist +2,441 FileEX talk contribs (Rework) |
17:57 | Template:Team functions diffhist +430 FileEX talk contribs (Rework) |
17:54 | Template:Resource functions diffhist +828 FileEX talk contribs (Rework) |
17:48 | Template:Projectile functions diffhist +504 FileEX talk contribs (Rework) |
17:44 | Template:Player functions diffhist +1,302 FileEX talk contribs (Rework) |
17:38 | Template:Pickup functions diffhist +413 FileEX talk contribs (Rework) |
17:34 | Template:Ped functions diffhist +2,813 FileEX talk contribs (Rework) |
17:21 | Template:Object functions diffhist +829 FileEX talk contribs (Rework) |
|
17:17 | Client Scripting Functions 2 changes history +13 [FileEX (2×)] | |||
|
17:17 (cur | prev) −7 FileEX talk contribs (→Matrix functions) | ||||
|
14:52 (cur | prev) 0 FileEX talk contribs |
17:15 | Move log FileEX talk contribs moved page Template:Shared matrix functions to Template:Matrix functions |
15:47 | Template:Marker functions diffhist +834 FileEX talk contribs (Rework) |
15:29 | Template:Event functions diffhist +668 FileEX talk contribs (Rework) |
15:24 | Template:Element functions diffhist +3,115 FileEX talk contribs (Rework) |
14:57 | Template:Audio functions diffhist +1,526 FileEX talk contribs (Rework) |
|
14:35 | Template:Camera functions 2 changes history +823 [FileEX (2×)] | |||
|
14:35 (cur | prev) +29 FileEX talk contribs | ||||
|
14:34 (cur | prev) +794 FileEX talk contribs (Rework) |
10:26 | SetTimerPaused diffhist −11 Justns talk contribs |
5 September 2024
N 06:53 | SetTimerPaused diffhist +1,003 Dragon talk contribs (Created page with "{{Server client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|22701| This function allows you to pause existing running timers and resume existing paused ti...") |
N 06:53 | IsTimerPaused diffhist +1,044 Dragon talk contribs (Created page with {{Server client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|22701| This function allows you to check whether a timer is paused. }} ==Syntax== <syntaxhighlight lang="lua"> bool isTimerPa...) |
4 September 2024
N 12:20 | IsObjectRespawnable diffhist +846 FileEX talk contribs (Created page with "__NOTOC__ {{Shared function}} {{New feature/item|3.0161|1.6.0|22708|This function checks if the object has respawn enabled, which can be toggled using toggleObjectRespawn.}} ==Syntax== <syntaxhighlight lang="lua">bool isObjectRespawnable( object theObject )</syntaxhighlight> {{OOP||object:isRespawnable}} ===Required Arguments=== *'''theObject:''' an object element. ===Returns=== Returns true if the object has respawning enabled, false otherwise. ==Examp...") |