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

> Zwraca, czy current foreground window jest Roblox window znaleziona przez Real. Real znajduje to okno przez enumerating windows dla aktualnego procesu i wybranie window, ktorej class name to Roblox window. Function nie przyjmuje arguments i zwraca false, gdy nie ma foreground window albo matching Roblox window.

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

  ## Aliasy

  * `isgameactive`
  * `iswindowactive`

  ## Zwroty

  <ResponseField name={"active"} type={"boolean"}>
    True, gdy GetForegroundWindow() zwraca ten sam HWND co cached albo newly found Roblox window window dla aktualnego procesu.
  </ResponseField>
</div>
