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:12 | Template:World functions diffhist −70 Fernando187 talk contribs |
22 October 2024
23:15 | RestoreWorldModel diffhist +2 Fernando187 talk contribs |
23:14 | RemoveWorldModel diffhist +50 Fernando187 talk contribs (Add link to restore func) |
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...") |
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) |
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) |