static int _m_getMillTimer_xlua_st_(RealStatePtr L) { try { { double __cl_gen_ret = LuaExtend.getMillTimer( ); LuaAPI.lua_pushnumber(L, __cl_gen_ret); return(1); } } catch (System.Exception __gen_e) { return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e)); } }