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

# maxEnergyPoints

> Obtenir l'énergie maximale du personnage.

Obtenir l'énergie maximale du personnage.

#### 🎮 Méthode

```lua theme={null}
character:maxEnergyPoints()
```

#### 💎 Valeur de retour

| Type  | Description       |
| ----- | ----------------- |
| `int` | Énergie maximale. |

#### 💡 Exemple

```lua theme={null}
global:printMessage("Énergie max : " .. character:maxEnergyPoints())
```

***

## Statut
