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

# isrbxactive

> Current foreground window degerinin Real tarafindan bulunan Roblox window olup olmadigini dondurur. Real bu pencereyi gecerli process icin windows enumerating yaparak ve class name degeri Roblox window olan window secerek bulur. Function arguments almaz ve foreground window ya da matching Roblox window yoksa false dondurur.

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

  ## Aliaslar

  * `isgameactive`
  * `iswindowactive`

  ## Dönüşler

  <ResponseField name={"active"} type={"boolean"}>
    GetForegroundWindow(), gecerli process icin cached veya newly found Roblox window window ile ayni HWND degerini dondururse True.
  </ResponseField>
</div>
