项目

一般

简介

DelButton » 历史记录 » 版本 1

machenhe, 2022-04-28 17:43

1 1 machenhe
_*%{color:green}delButton%*_
2
3
删除addButton命令添加的指定按钮
4
5
标签:命令定义|delButton
6
7
*格式*
8
|命令名		|参数1		|参数2		|
9
|delButton	|排行文件	|变量		|
10
11
说明:
12
* 参数1
13
指定按钮的脚本触发序号,即 %{color:green}..\\Mir200\\Envir\\Market_Def\\QFunction-0.txt% 中的 %{color:orange}[@ButtonClickX]% ,X即为触发序号
14
15
* 参数2
16
删除对象
17
** 0或空:仅限自己
18
** 1:全服用户
19
20
*%{color:deepskyblue}脚本示例:%*
21
22
bq. [<notextile>@</notextile>删自己主界面右上按钮]
23
#act
24
delButton 99 0
25
26
bq. [<notextile>@</notextile>删全服主界面右上按钮]
27
#act
28
delButton 99 1