Parcourir la source

add description to `eventExecute`

Stephan Fuchs il y a 11 mois
Parent
commit
3615ed054d
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  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":{},