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
이렇게 해라
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
57171 | 06-16 | 1323 | ||
57170 | 06-16 | 1330 | ||
57169 | 06-16 | 2732 | ||
57168 | 06-16 | 1623 | ||
57167 | 06-16 | 1238 | ||
57166 | 06-16 | 1538 | ||
57165 | 06-16 | 1166 | ||
57164 | 본메 팜+2 | 06-16 | 1609 | |
57163 | 06-16 | 1404 | ||
57162 | 06-15 | 1731 | ||
57161 | 06-15 | 1244 | ||
57160 | 06-15 | 1950 | ||
57159 | 06-15 | 1428 | ||
57158 | 06-15 | 1635 | ||
57157 | 06-15 | 1468 | ||
57156 | ㅋㅌㅇ님+2 | 06-15 | 1462 | |
57155 | 06-15 | 1361 | ||
57154 | 06-15 | 1413 | ||
57153 | 06-15 | 1355 | ||
57152 | 06-15 | 1748 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?