TeleportState
Determines the current teleportation state of a player.
Items 5
History | Name | Value | Description | |
---|---|---|---|---|
130 | RequestedFromServer | 0 | The server has requested that the client teleport. | |
130 | Started | 1 | The client has started attempting to teleport. | |
130 | WaitingForServer | 2 | The client is waiting for the server to respond to the teleport request. | |
130 | Failed | 3 | The teleport failed. | |
130 | InProgress | 4 | The teleport is currently in progress. The player usually disconnects and teleports to the destination after this. |
Description
Determines the current teleportation state of a player.
History 6
- 130 Add WaitingForServer
- 130 Add Started
- 130 Add RequestedFromServer
- 130 Add InProgress
- 130 Add Failed
- 130 Add TeleportState