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

Method SetShowErrorMsg

src/pkgDm/Dm2Java.java:693–695  ·  view source on GitHub ↗

设置是否弹出错误信息,默认是打开. @param show 0表示不打开,1表示打开 @return 0: 失败 1: 成功

(int show)

Source from the content-addressed store, hash-verified

691 * @return 0: 失败 1: 成功
692 */
693 public long SetShowErrorMsg (int show){
694 return Dispatch.call(dm, "SetPath", show).getLong();
695 }
696
697 /**
698 * 返回当前插件版本号

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getLongMethod · 0.45

Tested by

no test coverage detected