문법
clear_teleport_queue()별칭
clearteleportqueueclear_tp_queuecleartpqueueclearqueueonteleport설명
Clears Real's teleport execution queue and returns no values. The function takes no arguments, locks and removes all queued teleport source strings. It does not execute queued source and does not call Roblox teleport APIs. The registered aliases call the same function.
파라미터 없이 호출합니다. 함수는 현재 runtime 상태에서 필요한 context를 읽습니다.
데이터를 반환하지 않습니다. 호출을 동작으로 보고 필요하면 호출 위치에서 오류를 처리하세요.
예제
Remove all source currently stored in Real's teleport execution queue.
queue_on_teleport("print('queued after teleport')")
clear_teleport_queue()