User contributions for O22
Jump to navigation
Jump to search
25 March 2026
- 12:0312:03, 25 March 2026 diff hist −6 GetResources No edit summary current
- 12:0212:02, 25 March 2026 diff hist +73 GetResources No edit summary
22 December 2025
- 16:1316:13, 22 December 2025 diff hist +15 GetServerHttpPort Clearer readability current
8 December 2025
- 13:0013:00, 8 December 2025 diff hist 0 IsPostFXEnabled No edit summary current
3 December 2025
- 17:3317:33, 3 December 2025 diff hist +190 Changes in 1.7 No edit summary current
- 11:1211:12, 3 December 2025 diff hist +40 Template:Client PostFX functions No edit summary current
- 11:0911:09, 3 December 2025 diff hist +50 Client Scripting Functions No edit summary current
- 11:0811:08, 3 December 2025 diff hist +878 N IsPostFXEnabled 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..."
- 11:0611:06, 3 December 2025 diff hist +835 N GetPostFXValue 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..." current
- 11:0511:05, 3 December 2025 diff hist +813 N GetPostFXMode 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..." current
2 December 2025
- 21:4721:47, 2 December 2025 diff hist +94 N Template:Client PostFX functions Created page with "<ul> <li>getPostFXValue</li> <li>getPostFXMode</li> <li>isPostFXEnabled</li> </ul>"
1 December 2025
- 19:0619:06, 1 December 2025 diff hist +189 Template:Useful Functions No edit summary
- 19:0419:04, 1 December 2025 diff hist +29,360 N IsPlayerNameRandomized Created page with "{{Useful Function}} __NOTOC__ Checks whether the given player name looks like an automatically-generated random nickname. ==Syntax== <syntaxhighlight lang="lua">bool isPlayerNameRandomized ( string name )</syntaxhighlight> ===Required Arguments=== * '''name''': The player name to check. ===Returns=== Returns '''true''' if the given name is an auto-generated random nickname, or '''false''' otherwise. ==Code== <section name="Shared" class="both" show="true"> <syntaxhig..." current
1 November 2025
- 20:3720:37, 1 November 2025 diff hist −104 DecodeString Callback is Optional argument not required current
31 October 2025
- 15:0715:07, 31 October 2025 diff hist −154 SetElementData Issue has been closed current Tag: Manual revert
- 09:5809:58, 31 October 2025 diff hist +543 Changes in 1.7 →77 Changes and Bug Fixes
1 October 2025
- 18:3718:37, 1 October 2025 diff hist +781 Changes in 1.7 No edit summary