> For the complete documentation index, see [llms.txt](https://legacydmc.gitbook.io/chaser/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacydmc.gitbook.io/chaser/get-exports/chaser_getloadstatus.md).

# chaser\_getloadstatus

eturns if C.H.A.S.E.R has been loaded, as a bool.

It’s recommended to wait for C.H.A.S.E.R to load prior to doing anything.

```lua
    while not exports['legacydmc_chaser']:chaser_getloadstatus() do
        Citizen.Wait(0)
    end
```
