pgGetDBIdxItemFieldValue¶
根据物品Idx获取物品数据库字段参数值
标签:命令定义^pgGetDBIdxItemFieldValue
格式
| 命令名 |
参数1 |
参数2 |
参数3 |
| pgGetDBIdxItemFieldValue |
物品idx |
字段名 |
返回变量 |
说明
| 参数1 |
物品idx |
| 参数2 |
需要获取的字段 |
| 参数3 |
返回变量,用于保存获取的字段值 |
特戒引擎脚本示例:¶
[@pg获取字段2]
#act
pgGetDBIdxItemFieldValue 335 name S0
sendmsg 6 名字:<$str(S0)>