Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Récupère les données en combat du compagnon. Disponible uniquement pendant un combat.
companion:getFighter()
object|nil
nil
id
int
companionId
name
string
level
cellId
lifePoints
maxLifePoints
local fighter = companion:getFighter() if fighter then global:printMessage(fighter.name .. " PV : " .. fighter.lifePoints .. "/" .. fighter.maxLifePoints) end