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
이렇게 해라
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
56435 | 04-23 | 873 | ||
56434 | 04-23 | 3030 | ||
56433 | 04-23 | 1138 | ||
56432 | 04-23 | 1261 | ||
56431 | 아리스있으신분+2 | 04-22 | 961 | |
56430 | 04-22 | 1089 | ||
56429 | 아리스 H+1 | 04-22 | 1083 | |
56428 | 04-22 | 1029 | ||
56427 | 04-22 | 1274 | ||
56426 | 04-22 | 1571 | ||
56425 | 브포값 아시는분+4 | 04-22 | 1345 | |
56424 | 04-22 | 947 | ||
56423 | 04-22 | 2525 | ||
56422 | 04-22 | 3257 | ||
56421 | 04-22 | 1063 | ||
56420 | 04-22 | 1928 | ||
56419 | 04-22 | 973 | ||
56418 | 04-22 | 916 | ||
56417 | 04-22 | 1331 | ||
56416 | 04-21 | 1294 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?