> ## 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 K4MB1 Oilrig Heist resource

## Server Exports

### Reset

Resets the heist and clears any active robbery state.

```lua theme={null}
exports['projectx-oilrigheist-k4mb1']:Reset()
```

### IsRobberyInitiated

Returns whether a heist is currently active.

```lua theme={null}
local active = exports['projectx-oilrigheist-k4mb1']:IsRobberyInitiated()
```

**Returns**

* `active` (boolean) - `true` if a heist is in progress, `false` otherwise
