示例#1
0
 static int End(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 1);
         UI.Handle obj = (UI.Handle)ToLua.CheckObject(L, 1, typeof(UI.Handle));
         obj.End();
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }
示例#2
0
 //直接跳到结束
 public void Stop()
 {
     m_handle.End();
 }