Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
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
8 December 2025
| 13:00 | IsPostFXEnabled diffhist 0 O22 talk contribs | ||||
|
|
07:32 | (User creation log) [Guardian; Cryingdevilzz] | |||
|
|
07:32 User account Guardian talk contribs was created | ||||
|
|
05:16 User account Cryingdevilzz talk contribs was created | ||||
7 December 2025
| 21:40 | Client on Linux Manual diffhist +1,193 Desovsky talk contribs (Added section about serial validation workaround connected to nvme-only machines) | ||||
| 21:18 | User creation log User account Desovsky talk contribs was created | ||||
| m 17:38 | GetClosestPoint diffhist +5 IManGaaX talk contribs | ||||
|
|
17:17 | RestoreWorldModel 2 changes history +274 [IManGaaX (2×)] | |||
| m |
|
17:17 (cur | prev) −2 IManGaaX talk contribs | |||
|
|
17:16 (cur | prev) +276 IManGaaX talk contribs | ||||
| 06:09 | GuiSetSelectedTab diffhist +35 IManGaaX talk contribs | ||||
5 December 2025
3 December 2025
| 20:10 | User creation log User account Zorex talk contribs was created | ||||
| 17:33 | Changes in 1.7 diffhist +190 O22 talk contribs | ||||
| 11:12 | Template:Client PostFX functions diffhist +40 O22 talk contribs | ||||
| 11:09 | Client Scripting Functions diffhist +50 O22 talk contribs | ||||
| N 11:08 | IsPostFXEnabled diffhist +878 O22 talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6|23644 | Checks whether a specific PostFX effect is currently enabled. }} ==Syntax== <syntaxhighlight lang="lua"> bool IsPostFXEnabled ( string fxType ) </syntaxhighlight> ===Required arguments=== *'''fxType''': An string of the PostFX. Possible values are: **'''Gamma''' **'''Brightness''' **'''Contrast''' **'''Saturation''' ===Returns=== Returns '''true''' if the selected type is enabled, otherwise '''false...") | ||||
| N 11:06 | GetPostFXValue diffhist +835 O22 talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6|23644| Gets the current float value of the selected PostFX type. }} ==Syntax== <syntaxhighlight lang="lua"> float getPostFXValue ( string fxType ) </syntaxhighlight> ===Required arguments=== *'''fxType''': An string of the PostFX. Possible values are: **'''Gamma''' **'''Brightness''' **'''Contrast''' **'''Saturation''' ===Returns=== Returns the current value of the specified PostFX parameter. ==Example== T...") | ||||
| N 11:05 | GetPostFXMode diffhist +813 O22 talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6|23644| Gets the current mode of PostFX. }} ==Syntax== <syntaxhighlight lang="lua"> int getPostFXMode ( ) </syntaxhighlight> ===Returns=== An integer for the current PostFX mode: * 0: Disabled * 1: Enabled in fullscreen mode * 2: Enabled in windowed/borderless mode ==Example== This example gets the current PostFX mode and displays it in the chat. <syntaxhighlight lang="lua"> local modes = { [0] = "Disabl...") | ||||
2 December 2025
| N 21:47 | Template:Client PostFX functions diffhist +94 O22 talk contribs (Created page with "<ul> <li>getPostFXValue</li> <li>getPostFXMode</li> <li>isPostFXEnabled</li> </ul>") | ||||