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

> Versteckt die aktuelle Windows console window mit Windows console visibility update und hide mode. Die function ruft console detachment nicht auf, trennt sich also nicht von der console und zerstört sie nicht. Wenn keine console window existiert, kehrt der Aufruf ohne Aktion zurück.

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

  ## Aliase

  * `consolehide`

  ## Beispiel

  Hide the current Windows console without detaching from it.

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