Procházet zdrojové kódy

add description to `eventExecute`

Stephan Fuchs před 11 měsíci
rodič
revize
3615ed054d
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      sugarcube/src/macros/0macros.twee-config.json

+ 4 - 1
sugarcube/src/macros/0macros.twee-config.json

@@ -265,7 +265,10 @@
 			"eventFired":{
 				"description":"Tells the event-system that no other events should get executed."
 			},
-			"eventExecute":{},
+			"eventExecute":{
+				"description": "Executes an event",
+				"parameters":["text |+ number"]
+			},
 			"brushHairActions":{
 			},
 			"mirrorAction":{},