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

# Scuba Diving - Exports - Client

> All exports available on the client

### **openMenu**

Opens the main scuba diving menu.

```lua theme={null}
exports.lation_diving:openMenu()
```

### isGearEquipped

Returns `true` or `false` if scuba gear is currently equipped.

```lua theme={null}
exports.lation_diving:isGearEquipped()
```

<Note>
  Looking for an export we don’t have listed here? Contact us and we’ll do what we can!
</Note>
