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
이렇게 해라
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
55675 | 03-30 | 533 | ||
55674 | 03-30 | 800 | ||
55673 | 03-30 | 527 | ||
55672 | 03-30 | 545 | ||
55671 | 03-30 | 638 | ||
55670 | 03-30 | 734 | ||
55669 | 03-30 | 877 | ||
55668 | 03-30 | 793 | ||
55667 | 03-30 | 821 | ||
55666 | 03-30 | 832 | ||
55665 | 03-30 | 608 | ||
55664 | 03-30 | 524 | ||
55663 | 03-30 | 530 | ||
55662 | 03-30 | 508 | ||
55661 | 03-30 | 826 | ||
55660 | 03-30 | 615 | ||
55659 | 03-30 | 531 | ||
55658 | 03-30 | 616 | ||
55657 | 03-30 | 534 | ||
55656 | 03-30 | 681 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?