Ejemplo n.º 1
0
 static int PauseEditorApplication(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 2);
         GameSDKInterface obj  = (GameSDKInterface)ToLua.CheckObject <GameSDKInterface>(L, 1);
         bool             arg0 = LuaDLL.luaL_checkboolean(L, 2);
         obj.PauseEditorApplication(arg0);
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }