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

# getLevel

> Obtenir le niveau du personnage.

Obtenir le niveau du personnage.

#### 🎮 Méthode

```lua theme={null}
fightCharacter:getLevel()
```

#### 💎 Valeur de retour

| Type  | Description           |
| ----- | --------------------- |
| `int` | Niveau du personnage. |

#### 💡 Exemple

```lua theme={null}
fightDebug:print("Niveau : " .. fightCharacter:getLevel())
```
