SetModule » 历史记录 » 版本 1
yangdefeng, 2022-05-07 17:53
1 | 1 | yangdefeng | _*%{color:green}setModule%*_ |
---|---|---|---|
2 | 设置装备列表模板 |
||
3 | |||
4 | 参见以下模块 |
||
5 | [[装备列表]] |
||
6 | [[装备强星]] |
||
7 | [[装备改造]] |
||
8 | [[装备属性转移]] |
||
9 | |||
10 | 标签:命令定义|setModule |
||
11 | |||
12 | *格式* |
||
13 | |命令名 |参数1 | |
||
14 | |setModule |模板数据| |
||
15 | |||
16 | *说明* |
||
17 | 参数1: 模板数据 |
||
18 | |||
19 | |||
20 | - |
||
21 | - |
||
22 | |||
23 | *%{color:deepskyblue}特戒引擎脚本示例:%* |
||
24 | |||
25 | *使用前提1* |
||
26 | 请开启配置开关\"isUseCustomOKPanel\" |
||
27 | |配置文件|...\Mir200\Tejieconfig\Tejieconfig.txt | |
||
28 | |配置节点|[tjconfig] | |
||
29 | |配置项 |isUseCustomOkPanel=1 | |
||
30 | |||
31 | |||
32 | *使用前提2* |
||
33 | 请配置补丁资源\"lc\",即找到以下配置项,加入 %{color:deeppink}lc% |
||
34 | |配置文件|...\Mir200\Tejieconfig\Tejieconfig.txt | |
||
35 | |配置节点|[tjconfig] | |
||
36 | |配置项 |patch=aa,bb,lc | |
||
37 | |||
38 | - |
||
39 | - |
||
40 | |||
41 | bq. [<notextile>@</notextile>UI数据初始] |
||
42 | #act |
||
43 | %{color:lightGrey};--设置装备列表模板% |
||
44 | [[mov]] s$module (<[[dlg_itemSize_|itemSize]]:400:150:index> %{color:lightGrey};定义装备列表单元宽高% |
||
45 | [[inc]] s$module <[[dlg_itemToggle_|itemToggle]]:huishouwupin_xuanzhongkuang:denglu_liebiao_weixuanzhong/<notextile>@</notextile>装备列表点击> %{color:lightGrey};定义装备列表单元选中与未选中图片% |
||
46 | inc s$module <itemInsId:instanceId> %{color:lightGrey};道具实例id:程序项,无须定义% |
||
47 | inc s$module <itemBoxEx:itemId:instanceId:sourceType:equipplace:20:20:wupinkuang:looks:effectname:animation> %{color:lightGrey};定义装备图标在装备列表单元中的坐标% |
||
48 | inc s$module <text:itemName{scolor=168}:140:30> %{color:lightGrey};定义装备名称在装备列表单元中的文本属性% |
||
49 | inc s$module <text:itemType{scolor=25}:160:90>) %{color:lightGrey};定义装备部位名称在装备列表单元中的文本属性% |
||
50 | [[setModule]] s$module |