Miscellaneous

clear_teleport_queue

Clears Real's queued teleport source strings and returns no values.

Syntax

clear_teleport_queue()
Aliases clearteleportqueueclear_tp_queuecleartpqueueclearqueueonteleport

Description

Clears Real's queued teleport source strings and returns no values. The registered aliases call the same function.

Call it without parameters. The function reads the needed context from the current runtime state.

It does not return data. Treat the call as an action and handle errors around the call site when needed.

Example

Remove all source currently stored in Real's teleport execution queue.

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