static int QPYX_StopPlayFile_YXQP(IntPtr L_YXQP)
 {
     try
     {
         ToLua.CheckArgsCount(L_YXQP, 1);
         GVoiceManager QPYX_obj_YXQP = (GVoiceManager)ToLua.CheckObject <GVoiceManager>(L_YXQP, 1);
         QPYX_obj_YXQP.StopPlayFile();
         return(0);
     }
     catch (Exception e_YXQP)                {
         return(LuaDLL.toluaL_exception(L_YXQP, e_YXQP));
     }
 }
예제 #2
0
 static int StopPlayFile(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 1);
         GVoiceManager obj = (GVoiceManager)ToLua.CheckObject <GVoiceManager>(L, 1);
         obj.StopPlayFile();
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }