getInt

<html> <head> <meta http-equiv="Content-Language" content="zh-cn"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>int item</title> </head> <body> <p><font color="#0000FF">int</font><font color="darkorange"> </font> <font color="#00FF00"> item</font>.<font color="#FF8C00">getInt</font>(<font color="blue">int</font> 索引, <font color="blue">char</font>*(<font color="blue">int</font>) 字段)</p> <p><strong>函数功能:</strong></p> <p><font color="darkgreen">获取一个整型道具数据</font></p> <p><strong>参数说明:</strong></p> <table border="1" width="37%" id="table1"> <tr> <td width="149">索引&nbsp;&nbsp; </td> <td width="159">[整型]&nbsp;&nbsp; </td> <td>道具的索引号</td> </tr> <tr> <td width="149">字段&nbsp;&nbsp; </td> <td width="159">[整型]或[字符型]&nbsp;&nbsp; </td> <td>获取数据的位置编号</td> </tr> </table> <p><strong>返回值:</strong></p> <p>返回 整型数据</a></p> <p><strong>使用例子:</strong></p> <p><font color="#008000">--返回一个图像号</font><br> metamo =&nbsp;<font color="#00FF00">item</font>.<font color="#FF8C00">getInt</font>(itemindex, &quot;图像号&quot;)</p> <p><strong>参数说明:</strong></p> <p>字段可以使用数字编号0~?,也可使用中文字段,建议使用中文,提供的中文字段如下:</p> <p>序号<br> 图像号<br> 价值<br> 类型<br> 使用<br> 目标<br> 等级<br> 次数<br> 堆叠<br> 重叠<br> 需攻<br> 需防<br> 需敏<br> 需职业<br> 最小度<br> 最大度<br> 伤<br> 吸<br> 套装<br> 最小攻击<br> 最大攻击<br> 攻<br> 防<br> 敏<br> HP<br> MP<br> 运气<br> 魅力<br> 回避<br> 属性<br> 属性比例<br> 精灵<br> 中精率<br> 精耗MP<br> 格档<br> 次序<br> 负重<br> 命中<br> 忽防<br> 毒耐<br> 麻耐<br> 睡耐<br> 石耐<br> 酒耐<br> 混耐<br> 会心<br> 动作<br> 登出消失<br> 丢弃消失<br> 邮寄<br> 合成从<br> 合成至<br> 份量0<br> 份量1<br> 份量2<br> 份量3<br> 份量4<br> 颜色</p> </body> </html>