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

# isAvailable

> Vérifie si la fonctionnalité compagnon est disponible.

Vérifie si la fonctionnalité compagnon est disponible.

#### 🎮 Méthode

```lua theme={null}
companion:isAvailable()
```

#### 💎 Valeur de retour

| Type      | Description                                           |
| --------- | ----------------------------------------------------- |
| `boolean` | `true` si la fonctionnalité compagnon est disponible. |

#### 💡 Exemple

```lua theme={null}
if companion:isAvailable() then
  global:printMessage("Fonctionnalité compagnon débloquée")
end
```
