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
이렇게 해라
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 57508 | 07-13 | 2334 | ||
| 57507 | 07-13 | 1764 | ||
| 57506 | 07-13 | 1663 | ||
| 57505 | 07-13 | 1746 | ||
| 57504 | 07-13 | 1735 | ||
| 57503 | 07-13 | 2681 | ||
| 57502 | 07-12 | 2176 | ||
| 57501 | 07-12 | 2132 | ||
| 57500 | 07-12 | 2747 | ||
| 57499 | 07-12 | 1884 | ||
| 57498 | 07-12 | 2360 | ||
| 57497 | 07-12 | 1942 | ||
| 57496 | 07-11 | 2162 | ||
| 57495 | 07-11 | 2300 | ||
| 57494 | 07-11 | 2232 | ||
| 57493 | 07-11 | 1721 | ||
| 57492 | 프메 리패커샴다+1 | 07-11 | 2176 | |
| 57491 | 07-11 | 2064 | ||
| 57490 | 07-11 | 3026 | ||
| 57489 | 07-11 | 2003 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?