User contributions for O22

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

25 March 2026

22 December 2025

8 December 2025

3 December 2025

  • 17:3317:33, 3 December 2025 diff hist +190 Changes in 1.7No edit summary current
  • 11:1211:12, 3 December 2025 diff hist +40 Template:Client PostFX functionsNo edit summary current
  • 11:0911:09, 3 December 2025 diff hist +50 Client Scripting FunctionsNo edit summary current
  • 11:0811:08, 3 December 2025 diff hist +878 N IsPostFXEnabledCreated 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 GetPostFXValueCreated 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 GetPostFXModeCreated 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

1 December 2025

  • 19:0619:06, 1 December 2025 diff hist +189 Template:Useful FunctionsNo edit summary
  • 19:0419:04, 1 December 2025 diff hist +29,360 N IsPlayerNameRandomizedCreated 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

31 October 2025

1 October 2025

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)