MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / GetResultCount

Method GetResultCount

src/pkgDm/Dm2Java.java:2154–2156  ·  view source on GitHub ↗

对插件部分接口的返回值进行解析,并返回ret中的坐标个数 @param ret 部分接口的返回串 @return 返回ret中的坐标个数

(String ret)

Source from the content-addressed store, hash-verified

2152 * @return 返回ret中的坐标个数
2153 */
2154 public int GetResultCount(String ret){
2155 return Dispatch.call(dm,"GetResultCount",ret).getInt();
2156 }
2157
2158 /**
2159 * 对插件部分接口的返回值进行解析,并根据指定的第index个坐标,返回具体的值

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected