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