项目

一般

简介

SetAttachIco » 历史记录 » 版本 2

yangdefeng, 2022-06-17 17:46

1 2 yangdefeng
h4. *%{color:green}setAttachIco%*_
2
3 1 yangdefeng
装备图标附加小图标
4
5
标签:命令定义|setAttachIco
6
7
*格式*
8
|命令名      |参数1   |参数2   |参数3   |
9
|setAttachIco|装备位id|图标资源|图标位置|
10
11
*说明*
12
* 参数1: 装备位id
13
** 0-16 指定id装备位中的道具
14
参见 *[[装备位置|装备位id说明]]*
15
** -1
16
当前打开的自定义道具栏中的道具
17
18
* 参数2: 附属图标资源id,参见 [[资源编辑器]]
19
** -1 删除附属图标
20
21
* 参数3: 附属图标在道具图标上的显示位置
22
** 1 左上 
23
** 2 右上
24
** 3 左下
25
** 4 右下
26
27
28
-
29
-
30
31 2 yangdefeng
h4. *%{color:deepskyblue}特戒引擎脚本示例:%*
32 1 yangdefeng
33
-
34
-
35
36
bq. [<notextile>@</notextile>main]
37
#if
38
[[equal]] [[装备位置|<$weapon>]]
39
#act
40
[[messageBox]] 请装备武器后测试
41
#elseSay
42
<添加武器附加图标/<notextile>@</notextile>添加> \ \
43
<清除武器附加图标/<notextile>@</notextile>清除>
44
&nbsp;
45
[<notextile>@</notextile>添加]
46
#act
47
*{color:green}setAttachIco* 1 0000114 2
48
[[openSysUi]] 1 0
49
messageBox 添加武器附加图标完毕
50
&nbsp;
51
[<notextile>@</notextile>清除]
52
#act
53
setAttachIco 1 -1 2
54
[[openSysUi]] 1 0
55
messageBox 清除武器附加图标完毕