change
Méthode permettant de changer la carte
🔍 Prototype
map.change(direction)
📝 Paramètres
Paramètre
Type
Description
direction
string
La direction.
🔙 Retour
Type
Description
bool
Indiquant le succès de l'opération.
📌 Exemple
C'est la même syntaxe que path.
map.change("left")
map.change("top(11)")
map.change("216")
Dernière mise à jour