> For the complete documentation index, see [llms.txt](https://docs.rytrak.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rytrak.fr/scripts/advanced-tactical-gas-system/general-exports.md).

# General Exports

This page explains the available exports for the **r\_tacticalgas** script and how to use them. These client-side exports allow you to interact programmatically with the pepper spray system from other resources.

***

### **1. Exports Overview** <a href="#id-1.-exports-overview" id="id-1.-exports-overview"></a>

#### **1.1 SetOverrideWearingMask**

```lua
exports['r_tacticalgas']:SetOverrideWearingMask(state)
```

**Description:** Override the gas mask detection (for compatibility with other scripts).

**Parameters:**

* `state`: True to force gas mask detection, false to use normal checks.
