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.
Vérifie si le personnage est actuellement en train de monter.
mount:isRiding()
boolean
if mount:isRiding() then global:printMessage("Actuellement monté") else global:printMessage("À pied") end