GetStallItemPrice
NLG.GetStallItemPrice(CharIndex)
函数功能
获取玩家对象的摆摊道具的价格。
参数说明
- CharIndex: : 数值型 对象index
返回值
失败返回-1,否则返回数组,下标为道具的位置,从8开始,值为对应的价格。
ret[8] = 0
ret[9] = 100
ret[10] = 0
ret[11] = 299
...
ret[27] = 1000
获取玩家对象的摆摊道具的价格。
失败返回-1,否则返回数组,下标为道具的位置,从8开始,值为对应的价格。
ret[8] = 0
ret[9] = 100
ret[10] = 0
ret[11] = 299
...
ret[27] = 1000