static int QPYX_ScreenShot_YXQP(IntPtr L_YXQP) { try { ToLua.CheckArgsCount(L_YXQP, 1); string QPYX_arg0_YXQP = ToLua.CheckString(L_YXQP, 1); CustomerUtil.ScreenShot(QPYX_arg0_YXQP); return(0); } catch (Exception e_YXQP) { return(LuaDLL.toluaL_exception(L_YXQP, e_YXQP)); } }
static int ScreenShot(IntPtr L) { try { ToLua.CheckArgsCount(L, 1); string arg0 = ToLua.CheckString(L, 1); CustomerUtil.ScreenShot(arg0); return(0); } catch (Exception e) { return(LuaDLL.toluaL_exception(L, e)); } }