> ## 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 هي Roblox window التي عثرت عليها Real. تعثر Real على تلك النافذة عبر enumerating windows للعملية الحالية واختيار window يكون class name لها Roblox window. لا تأخذ function أي arguments وتعيد false عندما لا توجد foreground window او matching Roblox window.

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

  ## أسماء بديلة

  * `isgameactive`
  * `iswindowactive`

  ## القيم الراجعة

  <ResponseField name={"active"} type={"boolean"}>
    True عندما يعيد GetForegroundWindow() نفس HWND مثل cached او newly found Roblox window window للعملية الحالية.
  </ResponseField>
</div>
