> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectx.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Exports

> Server-side exports available for the Default Ammunation Robbery resource

## Server Exports

All exports require a valid location key from `Config.Stores`.

### Reset

```lua theme={null}
exports['projectx-ammunationrobbery-default']:Reset('PillboxHill')
```

**Returns** — `true` if the location exists and was reset successfully

***

### IsRobberyInProgress

```lua theme={null}
local active = exports['projectx-ammunationrobbery-default']:IsRobberyInProgress('PillboxHill')
```

**Returns** — `true` if a robbery is in progress at that location, `false` otherwise

***

### GetActiveRobberyCount

```lua theme={null}
local count = exports['projectx-ammunationrobbery-default']:GetActiveRobberyCount()
```

**Returns** — `count` (number) total active robberies
