소스 검색

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