PgGetDBIdxItemFieldValue » 历史记录 » 版本 1
machenhe, 2022-05-10 17:55
| 1 | 1 | machenhe | _*%{color:green}pgGetDBIdxItemFieldValue%*_ |
|---|---|---|---|
| 2 | |||
| 3 | 根据物品Idx获取物品数据库字段参数值 |
||
| 4 | |||
| 5 | 标签:命令定义|pgGetDBIdxItemFieldValue |
||
| 6 | |||
| 7 | *格式* |
||
| 8 | |命令名 |参数1 |参数2 |参数3 | |
||
| 9 | |pgGetDBIdxItemFieldValue |物品idx |字段名 |变量 | |
||
| 10 | |||
| 11 | 说明: |
||
| 12 | * 参数1 |
||
| 13 | 物品idx |
||
| 14 | |||
| 15 | * 参数2 |
||
| 16 | 需要获取的字段 |
||
| 17 | |||
| 18 | * 参数3 |
||
| 19 | 变量,用于保存获取的字段值 |
||
| 20 | |||
| 21 | *%{color:deepskyblue}脚本示例:%* |
||
| 22 | |||
| 23 | bq. [<notextile>@</notextile>pg获取字段2] |
||
| 24 | #act |
||
| 25 | pgGetDBIdxItemFieldValue 335 name S0 |
||
| 26 | sendmsg 6 名字:<$str(S0)> |