瀏覽代碼

add description to `eventExecute`

Stephan Fuchs 11 月之前
父節點
當前提交
3615ed054d
共有 1 個文件被更改,包括 4 次插入1 次删除
  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":{},