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

# getAP

> Obtenir les Points d'Action actuels du personnage.

Obtenir les Points d'Action actuels du personnage.

#### 🎮 Méthode

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

#### 💎 Valeur de retour

| Type  | Description              |
| ----- | ------------------------ |
| `int` | Points d'Action actuels. |

#### 💡 Exemple

```lua theme={null}
fightDebug:print("PA restants : " .. fightCharacter:getAP())
```
