Miscellaneous

queue_on_teleport

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

Syntax

queue_on_teleport(source: string)
Aliase queueonteleportqueue_on_tpqueueontp

Argumente

NameTypBeschreibung
sourcestringSource string to queue for a later teleport initialization.

Beschreibung

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

Rufe es mit 1 Parameter(n) auf: source. Die Argumenttabelle erklärt, welche Werte erforderlich sind und welche nur das Verhalten verfeinern.

Es gibt keine Daten zurück. Behandle den Aufruf als Aktion und fange Fehler an der Aufrufstelle ab.

Beispiel

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

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