Personnage
getBreed
Obtenir l’identifiant de classe (race) du personnage.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Obtenir l’identifiant de classe (race) du personnage.
fightCharacter:getBreed()
| Type | Description |
|---|---|
int | Identifiant de classe (1–15). Voir BreedEnum : 1=Feca, 2=Osamodas, 3=Enutrof, 4=Sram, 5=Xelor, 6=Ecaflip, 7=Eniripsa, 8=Iop, 9=Cra, 10=Sadida, 11=Sacrieur, 12=Pandawa, 13=Roublard, 14=Zobal, 15=Steamer. |
local breed = fightCharacter:getBreed()
local spellId = ATTACK_SPELLS[tostring(breed)]