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

# rconsoleshow

> Windows console visibility update で show mode を使用して現在の Windows console window を表示します。この function は console を作成しません。console window が存在しない場合、この呼び出しは何もせずに戻ります。

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

  ## エイリアス

  * `consoleshow`

  ## 例

  Show the current Windows console window when one exists.

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