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
이렇게 해라
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 57518 | 07-14 | 2277 | ||
| 57517 | 07-14 | 1639 | ||
| 57516 | 07-14 | 2407 | ||
| 57515 | 07-14 | 1716 | ||
| 57514 | 07-14 | 1616 | ||
| 57513 | 07-14 | 1712 | ||
| 57512 | 07-14 | 2004 | ||
| 57511 | 07-13 | 2246 | ||
| 57510 | 07-13 | 1771 | ||
| 57509 | 07-13 | 1907 | ||
| 57508 | 07-13 | 2327 | ||
| 57507 | 07-13 | 1763 | ||
| 57506 | 07-13 | 1658 | ||
| 57505 | 07-13 | 1740 | ||
| 57504 | 07-13 | 1729 | ||
| 57503 | 07-13 | 2671 | ||
| 57502 | 07-12 | 2169 | ||
| 57501 | 07-12 | 2123 | ||
| 57500 | 07-12 | 2734 | ||
| 57499 | 07-12 | 1877 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?