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

> Geçerli Windows console window öğesini Windows console visibility update ile hide mode kullanarak gizler. function console detachment çağırmaz, bu yüzden console öğesinden ayrılmaz veya onu yok etmez. console window yoksa çağrı hiçbir şey yapmadan döner.

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

  ## Aliaslar

  * `consolehide`

  ## Örnek

  Hide the current Windows console without detaching from it.

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