diff options
Diffstat (limited to 'documentation_fr.md')
-rw-r--r-- | documentation_fr.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation_fr.md b/documentation_fr.md index 64e3a4f..ff3cfe8 100644 --- a/documentation_fr.md +++ b/documentation_fr.md | |||
@@ -432,10 +432,9 @@ successivement mais sans attendre (donc presque simultanément) : ne pas hésite | |||
432 | suite de celle-ci puisqu'elles seront systématiquement interrompues. | 432 | suite de celle-ci puisqu'elles seront systématiquement interrompues. |
433 | - `interrupt_wait`: interrompt l'attente (de `wait` ou fin d'un fondu avec | 433 | - `interrupt_wait`: interrompt l'attente (de `wait` ou fin d'un fondu avec |
434 | attente) et passe directement à l'action suivante. Paramètre : | 434 | attente) et passe directement à l'action suivante. Paramètre : |
435 | * `wait_id: name` : précise l'identifiant du `wait` à stopper (défini par | 435 | * `wait_id: name` (facultatif) précise l'identifiant du `wait` à stopper |
436 | `set_wait_id`, voir les actions `wait` et `stop`). Pour interrompre | 436 | (défini par `set_wait_id`, voir les actions `wait` et `stop`). Si absent, |
437 | plusieurs `wait` d'un seul coup, il faut mettre plusieurs | 437 | interrompt toutes les attentes. |
438 | `interrupt_wait`. | ||
439 | - `run_command` : lance une commande. Paramètres : | 438 | - `run_command` : lance une commande. Paramètres : |
440 | * `command: my_command` : précise la commande à lancer. | 439 | * `command: my_command` : précise la commande à lancer. |
441 | * `wait: true/false` (facultatif, défaut : false) : si `wait` est true, | 440 | * `wait: true/false` (facultatif, défaut : false) : si `wait` est true, |