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
이렇게 해라
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 57468 | 07-07 | 3060 | ||
| 57467 | 07-07 | 2563 | ||
| 57466 | 07-07 | 2222 | ||
| 57465 | 07-07 | 3077 | ||
| 57464 | 운빨 핵 삽니다+1 | 07-07 | 2100 | |
| 57463 | 07-07 | 2086 | ||
| 57462 | 07-06 | 1882 | ||
| 57461 | 07-06 | 2201 | ||
| 57460 | 07-06 | 1940 | ||
| 57459 | 07-06 | 2507 | ||
| 57458 | 07-06 | 2475 | ||
| 57457 | 07-06 | 2085 | ||
| 57456 | 07-05 | 1772 | ||
| 57455 | 07-05 | 1655 | ||
| 57454 | 07-05 | 1695 | ||
| 57453 | 07-05 | 2184 | ||
| 57452 | 본메h+2 | 07-05 | 2323 | |
| 57451 | 07-05 | 1803 | ||
| 57450 | 07-05 | 2227 | ||
| 57449 | 07-05 | 8448 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?