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
이렇게 해라
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 57506 | 07-13 | 1660 | ||
| 57505 | 07-13 | 1743 | ||
| 57504 | 07-13 | 1733 | ||
| 57503 | 07-13 | 2678 | ||
| 57502 | 07-12 | 2174 | ||
| 57501 | 07-12 | 2130 | ||
| 57500 | 07-12 | 2744 | ||
| 57499 | 07-12 | 1881 | ||
| 57498 | 07-12 | 2356 | ||
| 57497 | 07-12 | 1938 | ||
| 57496 | 07-11 | 2159 | ||
| 57495 | 07-11 | 2300 | ||
| 57494 | 07-11 | 2229 | ||
| 57493 | 07-11 | 1720 | ||
| 57492 | 프메 리패커샴다+1 | 07-11 | 2173 | |
| 57491 | 07-11 | 2063 | ||
| 57490 | 07-11 | 3025 | ||
| 57489 | 07-11 | 2001 | ||
| 57488 | 07-11 | 1782 | ||
| 57487 | 07-11 | 1908 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?