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
이렇게 해라
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 공지 | 게시판 이용 안내+156 | 10-20 | 22051 | |
| 61624 | 11-03 | 158 | ||
| 61623 | 11-03 | 222 | ||
| 61622 | 11-03 | 264 | ||
| 61621 | 11-02 | 412 | ||
| 61620 | 11-02 | 281 | ||
| 61619 | 11-02 | 368 | ||
| 61618 | 메랜h구매합니다+5 | 11-02 | 476 | |
| 61617 | 11-02 | 456 | ||
| 61616 | 11-02 | 439 | ||
| 61615 | 11-01 | 409 | ||
| 61614 | 11-01 | 427 | ||
| 61613 | 11-01 | 439 | ||
| 61612 | 11-01 | 453 | ||
| 61611 | 11-01 | 509 | ||
| 61610 | 11-01 | 455 | ||
| 61609 | 메랜H삽니다+3 | 11-01 | 477 | |
| 61608 | h메 구매합니다+2 | 11-01 | 454 | |
| 61607 | 11-01 | 454 | ||
| 61606 | h매 구매합니다+1 | 11-01 | 517 |
댓글3
for문 쓸줄아는 사람 너무 섹시해
형님미안한데 이거 몹텔은안타는겨 ?
어디서바꾸나여?