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 | Show minor edits
Show new changes starting from 21:24, 4 November 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

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  CreateObject‎‎ 2 changes history +127 [Fernando187‎ (2×)]
     
13:15 (cur | prev) +77 Fernando187 talk contribs
     
13:05 (cur | prev) +50 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
     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)
     13:04  Template:Building functions diffhist −96 Fernando187 talk contribs Tag: Manual revert

22 October 2024

     23:15  RestoreWorldModel diffhist +2 Fernando187 talk contribs
     23:07  Template:Building functions‎‎ 2 changes history −101 [Fernando187‎ (2×)]
     
23:07 (cur | prev) −59 Fernando187 talk contribs
     
23:01 (cur | prev) −42 Fernando187 talk contribs
     14:30  CreateBuilding diffhist +100 Fernando187 talk contribs (add note about interior 13)

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
     10:28  CreateObject diffhist +34 Fernando187 talk contribs (add example template ExampleCreateObjectOrBuilding)

13 October 2024

     20:51  Template:Requirements diffhist +33 LopSided talk contribs

28 September 2024

     13:21  SetTimeFrozen diffhist −4 Prox talk contribs (minor change)

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

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)
     18:33  Template:World functions diffhist +4,422 FileEX talk contribs (Rework)
     17:21  Template:Object functions diffhist +829 FileEX talk contribs (Rework)

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...")

28 August 2024

     11:08  CreateBuilding diffhist −1 TheNormalnij talk contribs

18 August 2024

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:08  IsTimeFrozen diffhist +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== {...")

16 August 2024

N    20:41  SetTimeFrozen‎‎ 2 changes history +510 [Prox‎ (2×)]
     
20:41 (cur | prev) +1 Prox talk contribs (minor change)
N    
20:40 (cur | prev) +509 Prox talk contribs (create page)