change

🔍 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

map.change("left")
map.change("top(11)")
map.change("216")

Dernière mise à jour