API des unités
You can call getUnit()
on a space to retrieve the unit located there (but keep in mind that not all spaces have units on them):
const unit = space.getUnit();
You can call methods on a unit to know more about it.
Méthodes de classe
Voici les méthodes à votre disposition :
unit.isBound()
Détermine si l'unité est associée ou non.
Retours
(booléen) : Si l'unité est associée ou non.
unit.isEnemy()
:
Determines if the unit is an enemy.
Retours
(boolean): Whether this is an enemy unit or not.