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

> Mengatur title Windows console window saat ini dengan Windows console title update. argument pertama harus berupa string dan diperiksa sebelum console existence check. Jika tidak ada console window setelah string check berhasil, panggilan kembali tanpa melakukan apa pun.

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

  ## Alias

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

  ## Argumen

  <ParamField path={"text"} type={"string"} required>
    Nilai teks yang digunakan oleh operasi.
  </ParamField>

  ## Contoh

  Set the current Windows console window title.

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