SetImg » 历史记录 » 版本 2
tejie, 2026-03-09 16:04
| 1 | 1 | tejie | h4. _*%{color:green}setImg%*_ |
|---|---|---|---|
| 2 | |||
| 3 | 刷新[[dlg_Img_|<img:]]内容 |
||
| 4 | |||
| 5 | 标签:命令定义^setImg |
||
| 6 | |||
| 7 | *格式* |
||
| 8 | |命令名 |参数1 |参数2 |参数3 | |
||
| 9 | |setImg |待刷新对象id |待刷新内容 |系统界面id | |
||
| 10 | |||
| 11 | *说明* |
||
| 12 | |^.参数1|待刷新对象id |
||
| 13 | 此id需要当前对话框唯一| |
||
| 14 | |^.参数2|待刷新内容| |
||
| 15 | |^.参数3|[[系统界面id设定|系统界面id]]| |
||
| 16 | |||
| 17 | - |
||
| 18 | - |
||
| 19 | |||
| 20 | h4. %{color:deepSkyBlue}特戒引擎脚本示例% |
||
| 21 | 2 | tejie | |
| 22 | |||
| 23 | bq. [@imgChk] |
||
| 24 | #if |
||
| 25 | #act |
||
| 26 | [[mov]] n$chk 0 |
||
| 27 | <notextile></notextile> |
||
| 28 | #say |
||
| 29 | <img:settings_markbg:10:10/<notextile>@</notextile>点击> |
||
| 30 | <img,1:ui_alph0:10:10 |
||
| 31 | <notextile></notextile> |
||
| 32 | <notextile>[@点击]</notextile> |
||
| 33 | #if |
||
| 34 | [[equal]] <$str(n$chk)> 1 |
||
| 35 | *{color:green}setImg* 1 img,1:ui_alph0:10:10 12 |
||
| 36 | [[mov]] n$chk 0 |
||
| 37 | #elseAct |
||
| 38 | [[setImg]] 1 img,1:settings_mark:10:10 12 |
||
| 39 | [[mov]] n$chk 1 |