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

> Zeigt das aktuelle Windows console window mit Windows console visibility update und show mode an. Die function erstellt keine console. Wenn kein console window existiert, kehrt der Aufruf zurück, ohne etwas zu tun.

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

  ## Aliase

  * `consoleshow`

  ## Beispiel

  Show the current Windows console window when one exists.

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