> ## 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.

# podsMax

> Obtenir la capacité maximale en pods de l'inventaire.

Obtenir la capacité maximale en pods de l'inventaire.

#### 🎮 Méthode

```lua theme={null}
inventory:podsMax()
```

#### 💎 Valeur de retour

| Type  | Description   |
| ----- | ------------- |
| `int` | Pods maximum. |

#### 💡 Exemple

```lua theme={null}
global:printMessage("Pods max : " .. inventory:podsMax())
```
