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
이렇게 해라
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
55684 | 03-30 | 353 | ||
55683 | 03-30 | 363 | ||
55682 | 03-30 | 355 | ||
55681 | 03-30 | 623 | ||
55680 | 03-30 | 448 | ||
55679 | 03-30 | 372 | ||
55678 | 03-30 | 443 | ||
55677 | 03-30 | 362 | ||
55676 | 03-30 | 377 | ||
55675 | 03-30 | 687 | ||
55674 | 03-30 | 455 | ||
55673 | 03-30 | 411 | ||
55672 | 03-30 | 395 | ||
55671 | 03-30 | 434 | ||
55670 | 03-30 | 892 | ||
55669 | 03-30 | 491 | ||
55668 | ㅁㄹ+2 | 03-30 | 524 | |
55667 | 03-30 | 403 | ||
55666 | 03-30 | 412 | ||
55665 | 03-30 | 444 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?