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

> Windows console visibility update と hide mode を使用して現在の Windows console window を非表示にします。この function は console detachment を呼び出さないため、console から切り離したり console を破棄したりしません。console window が存在しない場合、この呼び出しは何もせずに戻ります。

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

  ## エイリアス

  * `consolehide`

  ## 例

  Hide the current Windows console without detaching from it.

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