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
이렇게 해라
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
55643 | 03-30 | 824 | ||
55642 | 03-30 | 779 | ||
55641 | 03-30 | 933 | ||
55640 | 03-30 | 1546 | ||
55639 | 03-30 | 868 | ||
55638 | ㅁㄹ+2 | 03-30 | 893 | |
55637 | 03-30 | 767 | ||
55636 | 03-30 | 780 | ||
55635 | 03-30 | 985 | ||
55634 | 03-30 | 867 | ||
55633 | 03-30 | 930 | ||
55632 | 03-30 | 1033 | ||
55631 | 03-30 | 1082 | ||
55630 | 03-30 | 973 | ||
55629 | 03-30 | 815 | ||
55628 | 03-30 | 913 | ||
55627 | 03-29 | 1012 | ||
55626 | 03-29 | 927 | ||
55625 | 03-29 | 769 | ||
55624 | 03-29 | 676 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?