Exemplo n.º 1
0
        static int _m_IsHideBeattackEffect(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


            xc.ShieldManager __cl_gen_to_be_invoked = (xc.ShieldManager)translator.FastGetCSObj(L, 1);


            try {
                {
                    Actor src_actor    = (Actor)translator.GetObject(L, 2, typeof(Actor));
                    Actor target_actor = (Actor)translator.GetObject(L, 3, typeof(Actor));

                    bool __cl_gen_ret = __cl_gen_to_be_invoked.IsHideBeattackEffect(src_actor, target_actor);
                    LuaAPI.lua_pushboolean(L, __cl_gen_ret);



                    return(1);
                }
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
        }