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

# rconsolehide

> Menyembunyikan Windows console window saat ini dengan Windows console visibility update menggunakan hide mode. function tidak memanggil console detachment, jadi tidak melepaskan dari console atau menghancurkannya. Jika tidak ada console window, panggilan kembali tanpa melakukan apa pun.

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

  ## Alias

  * `consolehide`

  ## Contoh

  Hide the current Windows console without detaching from it.

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