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
이렇게 해라
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 57494 | 07-11 | 2224 | ||
| 57493 | 07-11 | 1712 | ||
| 57492 | 프메 리패커샴다+1 | 07-11 | 2167 | |
| 57491 | 07-11 | 2053 | ||
| 57490 | 07-11 | 3016 | ||
| 57489 | 07-11 | 1997 | ||
| 57488 | 07-11 | 1777 | ||
| 57487 | 07-11 | 1902 | ||
| 57486 | 07-10 | 1948 | ||
| 57485 | 07-10 | 1891 | ||
| 57484 | 07-10 | 2311 | ||
| 57483 | 07-10 | 2102 | ||
| 57482 | 07-09 | 2630 | ||
| 57481 | 07-09 | 2670 | ||
| 57480 | 07-08 | 2519 | ||
| 57479 | 본메+4 | 07-08 | 3035 | |
| 57478 | 07-08 | 3073 | ||
| 57477 | 07-08 | 2689 | ||
| 57476 | 07-08 | 2779 | ||
| 57475 | 07-08 | 2423 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?