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

> Geçerli Windows console window title değerini Windows console title update ile ayarlar. İlk argument string olmalıdır ve console existence check işleminden önce kontrol edilir. string check başarılı olduktan sonra console window yoksa çağrı hiçbir şey yapmadan döner.

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

  ## Aliaslar

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

  ## Argümanlar

  <ParamField path={"text"} type={"string"} required>
    İşlem tarafından kullanılan metin değeri.
  </ParamField>

  ## Örnek

  Set the current Windows console window title.

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