> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectreal.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# rconsoleshow

> Geçerli Windows console window öğesini Windows console visibility update ile show mode kullanarak gösterir. Bu function console oluşturmaz. console window yoksa çağrı hiçbir şey yapmadan döner.

<div className="real-function-page">
  ```lua theme={null}
  rconsoleshow()
  ```

  ## Aliaslar

  * `consoleshow`

  ## Örnek

  Show the current Windows console window when one exists.

  ```lua theme={null}
  rconsolecreate()
  rconsolehide()
  rconsoleshow()
  ```
</div>
