Miscellaneous

queue_on_teleport

Queues a source string to run after a later teleport initialization.

문법

queue_on_teleport(source: string)
별칭 queueonteleportqueue_on_tpqueueontp

인수

이름타입설명
sourcestringSource string to queue for a later teleport initialization.

설명

Queues a source string to run after a later teleport initialization. The function returns no values.

1개 파라미터로 호출합니다: source. 인수 표는 필수 값과 동작을 조정하는 값을 설명합니다.

데이터를 반환하지 않습니다. 호출을 동작으로 보고 필요하면 호출 위치에서 오류를 처리하세요.

예제

Store a source string so it can run during a later teleport initialization.

queue_on_teleport("print('queued after teleport')")