Explorar el Código

add description to `eventExecute`

Stephan Fuchs hace 11 meses
padre
commit
3615ed054d
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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":{},