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

> Ukrywa bieżącą Windows console window przez Windows console visibility update z użyciem hide mode. function nie wywołuje console detachment, więc nie odłącza się od console ani jej nie niszczy. Jeśli nie istnieje żadna console window, wywołanie wraca bez wykonania akcji.

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

  ## Aliasy

  * `consolehide`

  ## Przykład

  Hide the current Windows console without detaching from it.

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