Next
ItemsetGetRandomIntData
Previous
ItemsetGetIndex
ItemsetGetData
Data.ItemsetGetData(ItemsetIndex, DataPos)
函数功能
获取指定文件索引id道具的指定位置的数值
参数说明
ItemsetIndex:
数值型
道具文件的索引ID。
DataPos:
数值型
道具的相关常量。
返回值
返回相应的值。
参考实例
local attack = Data.ItemsetGetData(itemsetIndex, %道具_攻击%);
Next
ItemsetGetRandomIntData
Previous
ItemsetGetIndex