if zz_y7.use_auto_play then
zz_y7.auto_hit_timer = _TimerService:SetTimerRepeat(zz_y7.skill_hit_timer_func, 0.2)
zz_y7.tele_toggle_timer = _TimerService:SetTimerRepeat(zz_y7.tele_toggle_func, 5)
zz_y7.tele_timer = _TimerService:SetTimerRepeat(zz_y7.tele_func, 7)
zz_y7.drive_timer = _TimerService:SetTimerRepeat(zz_y7.drive_func, 0.2)
zz_y7.user_check_timer = _TimerService:SetTimerRepeat(zz_y7.user_check_func, 1)
이부분을 보면
teleport_toggle 이게 도대체 어떤기능인가요
텔레포트는 밑에 tele_timer 이부분인거같은데
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 39072 | 02-19 | 441 | ||
| 39071 | 02-19 | 411 | ||
| 39070 | 02-19 | 440 | ||
| 39069 | 02-19 | 408 | ||
| 39068 | 02-19 | 529 | ||
| 39067 | 02-19 | 527 | ||
| 39066 | 02-19 | 499 | ||
| 39065 | 02-19 | 362 | ||
| 39064 | 02-19 | 411 | ||
| 39063 | 02-19 | 486 | ||
| 39062 | 02-19 | 458 | ||
| 39061 | 02-19 | 716 | ||
| 39060 | 02-19 | 627 | ||
| 39059 | 02-19 | 641 | ||
| 39058 | 02-19 | 366 | ||
| 39057 | 02-19 | 364 | ||
| 39056 | 02-19 | 489 | ||
| 39055 | 02-19 | 400 | ||
| 39054 | 02-19 | 411 | ||
| 39053 | 02-19 | 389 |
댓글1
위치이동을 실행/비실행 한다는거임