static int ReplaySound(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 1);
         WCG.MediaMgr obj = (WCG.MediaMgr)ToLua.CheckObject <WCG.MediaMgr>(L, 1);
         obj.ReplaySound();
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }