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
이렇게 해라
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
57293 | 06-22 | 1144 | ||
57292 | 06-22 | 1206 | ||
57291 | 06-22 | 2180 | ||
57290 | 06-21 | 1176 | ||
57289 | 06-21 | 2409 | ||
57288 | 본메h+2 | 06-21 | 1697 | |
57287 | 06-21 | 1697 | ||
57286 | 06-21 | 2119 | ||
57285 | 06-21 | 1610 | ||
57284 | 06-21 | 1835 | ||
57283 | 06-21 | 1274 | ||
57282 | 06-21 | 1457 | ||
57281 | 06-21 | 1377 | ||
57280 | 06-21 | 1455 | ||
57279 | 06-21 | 2409 | ||
57278 | 06-21 | 2646 | ||
57277 | 06-21 | 1151 | ||
57276 | 06-21 | 1213 | ||
57275 | 06-21 | 1448 | ||
57274 | 06-21 | 1612 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?