zz_y7.filter_only_live_mobs = function (hit,temp,output)
if (hit > 0) then
local count = 0
for _,c in ipairs(temp) do
---@type MobComponent
local mob = c.Entity.MobComponent
if (mob.Hp > 0) then
continue
end
count += 1
output[#output + 1] = mob
end
if (count > 0) then
return count
end
end
return 0
end
이렇게 해라
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
55649 | 03-30 | 692 | ||
55648 | 03-30 | 787 | ||
55647 | 03-30 | 690 | ||
55646 | 03-30 | 996 | ||
55645 | 03-30 | 1142 | ||
55644 | 03-30 | 792 | ||
55643 | 03-30 | 782 | ||
55642 | 03-30 | 740 | ||
55641 | 03-30 | 871 | ||
55640 | 03-30 | 1494 | ||
55639 | 03-30 | 828 | ||
55638 | ㅁㄹ+2 | 03-30 | 851 | |
55637 | 03-30 | 719 | ||
55636 | 03-30 | 739 | ||
55635 | 03-30 | 910 | ||
55634 | 03-30 | 818 | ||
55633 | 03-30 | 894 | ||
55632 | 03-30 | 970 | ||
55631 | 03-30 | 1018 | ||
55630 | 03-30 | 932 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?