> ## 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

> Pokazuje biezace Windows console window przez Windows console visibility update z show mode. Ta function nie tworzy console. Jesli nie istnieje zadne console window, wywolanie wraca bez wykonywania zadnej akcji.

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

  ## Aliasy

  * `consoleshow`

  ## Przykład

  Show the current Windows console window when one exists.

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