> ## 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 window الحالية باستخدام Windows console visibility update مع show mode. لا تنشئ 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>
