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

# rconsolecreate

> console window が存在しない場合、process 用に Windows console を allocate します。console window がすでに存在する場合、call は何もせず戻ります。allocation 後、function は stdout を console output に、stdin を console input に redirect します。

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

  ## エイリアス

  * `consolecreate`

  ## 例

  Create the Windows console once before writing console output.

  ```lua theme={null}
  rconsolecreate()
  rconsoleprint("Console ready")
  ```
</div>
