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
이렇게 해라
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 57660 | 08-12 | 2778 | ||
| 57659 | 08-12 | 2376 | ||
| 57658 | 08-12 | 2297 | ||
| 57657 | 08-12 | 3001 | ||
| 57656 | 08-12 | 2324 | ||
| 57655 | 08-11 | 2200 | ||
| 57654 | 08-11 | 2315 | ||
| 57653 | 08-11 | 2242 | ||
| 57652 | 08-11 | 2482 | ||
| 57651 | 08-10 | 3341 | ||
| 57650 | 08-10 | 2503 | ||
| 57649 | 08-10 | 2346 | ||
| 57648 | 08-10 | 2542 | ||
| 57647 | 08-10 | 2568 | ||
| 57646 | 08-10 | 2341 | ||
| 57645 | 08-09 | 3328 | ||
| 57644 | 08-09 | 2871 | ||
| 57643 | 08-09 | 2604 | ||
| 57642 | 08-07 | 2841 | ||
| 57641 | 08-07 | 2946 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?