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

# rconsolename

> Windows console title update で現在の Windows console window の title を設定します。最初の argument は string である必要があり、console existence check より前にチェックされます。string check が成功したあとに console window が存在しない場合、この呼び出しは何もせずに戻ります。

<div className="real-function-page">
  ```lua theme={null}
  rconsolename(text: string)
  ```

  ## エイリアス

  * `consolename`
  * `rconsolesettitle`
  * `consolesettitle`

  ## 引数

  <ParamField path={"text"} type={"string"} required>
    操作で使用されるテキスト値。
  </ParamField>

  ## 例

  Set the current Windows console window title.

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