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
이렇게 해라
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
55654 | 03-30 | 727 | ||
55653 | 03-30 | 637 | ||
55652 | 03-30 | 833 | ||
55651 | 03-30 | 1084 | ||
55650 | 03-30 | 738 | ||
55649 | 03-30 | 723 | ||
55648 | 03-30 | 685 | ||
55647 | 03-30 | 749 | ||
55646 | 03-30 | 1424 | ||
55645 | 03-30 | 778 | ||
55644 | ㅁㄹ+2 | 03-30 | 799 | |
55643 | 03-30 | 664 | ||
55642 | 03-30 | 685 | ||
55641 | 03-30 | 783 | ||
55640 | 03-30 | 759 | ||
55639 | 03-30 | 844 | ||
55638 | 03-30 | 846 | ||
55637 | 03-30 | 924 | ||
55636 | 03-30 | 883 | ||
55635 | 03-30 | 719 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?