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

> Menampilkan Windows console window saat ini dengan Windows console visibility update menggunakan show mode. Function ini tidak membuat console. Jika tidak ada console window, pemanggilan kembali tanpa melakukan apa pun.

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

  ## Alias

  * `consoleshow`

  ## Contoh

  Show the current Windows console window when one exists.

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