static int PlayHero(IntPtr L) { try { ToLua.CheckArgsCount(L, 0); UseHero1.PlayHero(); return(0); } catch (Exception e) { return(LuaDLL.toluaL_exception(L, e)); } }