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

# getId

> Obtenir l'identifiant contextuel du personnage.

Obtenir l'identifiant contextuel du personnage.

#### 🎮 Méthode

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

#### 💎 Valeur de retour

| Type     | Description                           |
| -------- | ------------------------------------- |
| `double` | Identifiant contextuel du personnage. |

#### 💡 Exemple

```lua theme={null}
local charId = fightCharacter:getId()
```
