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

> يضبط title الخاص بـ Windows console window الحالية باستخدام Windows console title update. يجب أن يكون argument الأول string ويتم فحصه قبل فحص وجود console. إذا لم تكن هناك console window بعد نجاح string check، يرجع الاستدعاء بدون أي إجراء.

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