> For the complete documentation index, see [llms.txt](https://docs.rainmad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rainmad.com/resources/cargo-ship-heist/exports.md).

# Exports

### Server Exports <a href="#server-exports" id="server-exports"></a>

**setLockdown**

```lua
exports.rm_shipheist:setLockdown(state--[[boolean]])
```

**getLockdown**

```lua
exports.rm_shipheist:getLockdown()
--Example:
exports.rm_shipheist:setLockdown(true)
local disabled = exports.rm_shipheist:getLockdown()
print(disabled)
```
