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

# podsP

> Obtenir le taux d'occupation de l'inventaire en pourcentage.

Obtenir le taux d'occupation de l'inventaire en pourcentage.

#### 🎮 Méthode

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

#### 💎 Valeur de retour

| Type  | Description                       |
| ----- | --------------------------------- |
| `int` | Pourcentage d'occupation (0–100). |

#### 💡 Exemple

```lua theme={null}
if inventory:podsP() > 90 then
  global:printWarning("Inventaire presque plein !")
end
```

***

## Inventaire - Consultation des objets
