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

> Setzt den title der aktuellen Windows console window mit Windows console title update. Das erste argument muss ein string sein und wird vor dem console existence check geprüft. Wenn nach erfolgreichem string check keine console window existiert, kehrt der Aufruf ohne Aktion zurück.

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

  ## Aliase

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

  ## Argumente

  <ParamField path={"text"} type={"string"} required>
    Von der Operation verwendeter Textwert.
  </ParamField>

  ## Beispiel

  Set the current Windows console window title.

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