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
이렇게 해라
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 57536 | 07-16 | 1573 | ||
| 57535 | 07-15 | 2125 | ||
| 57534 | 07-15 | 2056 | ||
| 57533 | 07-15 | 2057 | ||
| 57532 | 07-15 | 1800 | ||
| 57531 | 07-15 | 2342 | ||
| 57530 | 07-15 | 1846 | ||
| 57529 | ㅋㅌㅇ 후기+3 | 07-15 | 2296 | |
| 57528 | 07-15 | 2108 | ||
| 57527 | 07-15 | 1772 | ||
| 57526 | 07-15 | 1752 | ||
| 57525 | 07-14 | 1956 | ||
| 57524 | 07-14 | 1960 | ||
| 57523 | 07-14 | 1856 | ||
| 57522 | 07-14 | 1748 | ||
| 57521 | 07-14 | 2180 | ||
| 57520 | 07-14 | 1859 | ||
| 57519 | 07-14 | 2882 | ||
| 57518 | 07-14 | 2287 | ||
| 57517 | 07-14 | 1649 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?