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

# rconsoleclear

> Leert den current Windows console screen buffer, wenn eine console window existiert. Wenn keine console window existiert, kehrt der call ohne Aktion zurueck.

<div className="real-function-page">
  ```lua theme={null}
  rconsoleclear()
  ```

  ## Aliase

  * `consoleclear`

  ## Beispiel

  Clear the current console screen when a console window exists.

  ```lua theme={null}
  rconsolecreate()
  rconsoleprint("Preparing output...")
  rconsoleclear()
  ```
</div>
