Développeur
isScriptPlaying
Vérifier si un script est en cours d’exécution.
Vérifier si un script est en cours d’exécution.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Vérifier si un script est en cours d’exécution.
developer:isScriptPlaying()
| Type | Description |
|---|---|
boolean | Statut d’exécution. |
if isScriptPlaying() then
global:printMessage("Le script est en cours")
else
global:printMessage("Le script est arrêté")
end