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
이렇게 해라
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
57162 | 06-15 | 1734 | ||
57161 | 06-15 | 1250 | ||
57160 | 06-15 | 1956 | ||
57159 | 06-15 | 1435 | ||
57158 | 06-15 | 1640 | ||
57157 | 06-15 | 1475 | ||
57156 | ㅋㅌㅇ님+2 | 06-15 | 1474 | |
57155 | 06-15 | 1367 | ||
57154 | 06-15 | 1419 | ||
57153 | 06-15 | 1363 | ||
57152 | 06-15 | 1756 | ||
57151 | 06-15 | 1458 | ||
57150 | 06-15 | 1537 | ||
57149 | 06-14 | 1366 | ||
57148 | 06-14 | 1455 | ||
57147 | 06-14 | 1496 | ||
57146 | 06-14 | 1261 | ||
57145 | 06-14 | 2060 | ||
57144 | 06-14 | 1792 | ||
57143 | 찰중 메크로 삼+1 | 06-14 | 1277 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?