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

> Mostra a Windows console window atual com Windows console visibility update usando show mode. A function nao cria uma console. Se nenhuma console window existir, a chamada retorna sem fazer nada.

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

  ## Aliases

  * `consoleshow`

  ## Exemplo

  Show the current Windows console window when one exists.

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