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
이렇게 해라
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
57327 | 운빨h삽니다!+2 | 06-23 | 1188 | |
57326 | 06-23 | 1431 | ||
57325 | 06-23 | 1168 | ||
57324 | 06-23 | 1584 | ||
57323 | 06-23 | 1258 | ||
57322 | 운빨 h삽니다+1 | 06-23 | 1151 | |
57321 | 06-23 | 1654 | ||
57320 | 06-23 | 1341 | ||
57319 | 06-23 | 1511 | ||
57318 | 06-23 | 1432 | ||
57317 | 06-23 | 1710 | ||
57316 | 06-23 | 1535 | ||
57315 | 06-23 | 1210 | ||
57314 | 본메h+1 | 06-23 | 1227 | |
57313 | 06-23 | 1176 | ||
57312 | 06-23 | 2356 | ||
57311 | 06-22 | 1224 | ||
57310 | 운빨 h구합니다+1 | 06-22 | 1147 | |
57309 | 06-22 | 1123 | ||
57308 | 06-22 | 1148 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?