1
0
Эх сурвалжийг харах

add description to `eventExecute`

Stephan Fuchs 11 сар өмнө
parent
commit
3615ed054d

+ 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":{},