Events are triggered when teleporting. These can be used for things such as animations or updating locations of objects with the avatar's new position.
# OnPreTeleport
This event is triggered before a teleport takes place. The delay value is supplied to help drive teleportation animations as well as the selected mode.
# OnPostTeleport
This event is triggered once a teleport is completed. This can be used to trigger exit animations. The teleport mode is supplied.