项目

一般

简介

Dlg istcList » 历史记录 » 版本 2

tejie, 2024-11-06 17:03

1 1 tejie
h4. _*%{color:green}<istcList:%*_
2
3
对话框道具多选列表。	
4
5
标签:命令定义|dlg_istcList>dlg_istcList
6
7
*格式*
8
|命令名  |参数1 |参数2   |参数3    |参数4|参数5|参数6   |参数7  |参数8     |参数9       |参数10      |参数11     |参数12     |参数13|参数14|
9
|istcList|列表id|筛选条件|背包/身上|行数 |列数 |滑动方向|单/多选|单元格边长|单元格背景图|单元格选中图|单元格文本X|单元格文本Y|列表X |列表Y |
10
11
|参数1|列表id|
12 2 tejie
|^.参数2|stdMode筛选条件,以“<notextile>|</notextile>”分隔
13
<notextile>举例:3|4|5|6|10|11</notextile>|
14 1 tejie
|^.参数3|获得哪里的道具
15
1 背包
16
2 身上|
17
|参数4|道具列表行数|
18
|参数5|道具列表列数|
19
|^.参数6|列表滑动方向
20
0 横向
21
1 纵向|
22
|^.参数7|单选或多选
23
1 单选
24
2 多选|
25
|参数8|单元格边长|
26
|参数9|单元格背景|
27
|参数10|单元格选中图片|
28
|参数11|单元格自定义文本X坐标|
29
|参数12|单元格自定义文本Y坐标|
30
|参数13|列表X坐标|
31
|参数14|列表Y坐标|
32
33
返回变量
34
|s0|点击列表id|
35
|s1|点击列表格子id|
36
|s2|点击道具实例id|
37
|s3|选中道具stdMode|
38
|s4|选中状态|
39
|s5|选中数量|
40
41
-
42
-
43
44
h4. 相关命令
45
46
_*{color:green}addIstcListTxt*_
47
48
指定道具多选列表,指定格子上,添加文本内容。
49
50
*格式*
51
|命令名        |参数1 |参数2     |参数3   |
52
|addIstcListTxt|列表id|列表格子id|文本内容|
53
54
-
55
-
56
57
h4. *%{color:deepskyblue}特戒引擎脚本示例:%*
58
59
bq. [@示例]
60
#if
61
#act
62
[[goto]] <notextile>@道具多选列表</notextile>
63
<notextile></notextile>
64
<notextile>[@道具多选列表]</notextile>
65
#if
66
#act
67
[[clsMainUi]]
68
#say
69
<notextile><</notextile>*{color:green}istcList*:多选列表1:5|6|10|11:1:5:7:1:1:100:wupinkuang:frien_zhuangshikuang_select_img:0:0:200:100/<notextile>@打印点击信息></notextile>
70
<notextile><text:随机属性:0:0/@随机文本></notextile>
71
<notextile></notextile>
72
<notextile>[@随机文本]</notextile>
73
[[mov]] s$文本内容 +
74
[[movr]] n$文本内容 1 100
75
[[inc]] s$文本内容 n$文本内容
76
*{color:green}addIstcListTxt* 多选列表1 s1 s$文本内容
77
<notextile></notextile>
78
<notextile>[@打印装备内容]</notextile>
79
#act
80
[[print]] 列表id:<$str(s0)>
81
[[print]] 列表格子id:<$str(s1)>
82
[[print]] 道具实例id:<$str(s2)>
83
[[print]] 道具stdMode:<$str(s3)>
84
[[print]] 选中状态:<$str(s4)>
85
[[print]] 选中格子数:<$str(s5)>
86
<notextile></notextile>
87
#if
88
#act
89
[[equal]] <$str(s4)> 1
90
#act
91
[[itemInBox]] <$str(s2)>