TeleportResult
Describes the result of a teleport.
Items 8
History | Name | Value | Description | |
---|---|---|---|---|
320 | Success | 0 | The teleport was successful. | |
320 | Failure | 1 | The teleport failed for an unknown reason. | |
320 | GameNotFound | 2 | The game that this player attempted to teleport to could not be found. | |
320 | GameEnded | 3 | The game that this player attempted to teleport to has ended. | |
320 | GameFull | 4 | The game that this player attempted to teleport to is full. | |
320 | Unauthorized | 5 | The player is not authorized to complete this teleport. | |
320 | Flooded | 6 | Too many teleport requests have been made recently. | |
320 | IsTeleporting | 7 | The player is currently being teleported. |
Description
Describes the result of a teleport.
History 9
- 320 Add Unauthorized
- 320 Add Success
- 320 Add IsTeleporting
- 320 Add GameNotFound
- 320 Add GameFull
- 320 Add GameEnded
- 320 Add Flooded
- 320 Add Failure
- 320 Add TeleportResult