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

> Affiche la Windows console window actuelle avec Windows console visibility update en utilisant show mode. La function ne cree pas de console. Si aucune console window n existe, l appel retourne sans rien faire.

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

  ## Alias

  * `consoleshow`

  ## Exemple

  Show the current Windows console window when one exists.

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