TeleportAsyncResult
The return structure of the TeleportAsync function call.
| Memory category | Instances | 
|---|
Member index 2
Description
This class is an instance that is returned by the TeleportAsync function
with information about the teleport.
History 9
- 553 Change Default of ReservedServerAccessCode from to
- 553 Change Default of PrivateServerId from to
- 486 Change ThreadSafety of ReservedServerAccessCode from ReadOnly to ReadSafe
- 486 Change ThreadSafety of PrivateServerId from ReadOnly to ReadSafe
- 462 Change ThreadSafety of ReservedServerAccessCode from to ReadOnly
- 462 Change ThreadSafety of PrivateServerId from to ReadOnly
- 458 Add ReservedServerAccessCode
- 458 Add PrivateServerId
- 458 Add TeleportAsyncResult
Members 2
PrivateServerId
| Type | Default | |
|---|---|---|
| string | ||
The private server ID of the reserved server that the players are being teleported to. This field is populated only if the teleport is to a reserved server.
This field is not the same as the private server ID of the server that initiated the teleport, please see: DataModel.PrivateServerId
See also:
For more information on how to teleport players between servers, see Teleporting Between Places.
| Thread safety | ReadSafe | 
|---|---|
| Category | Data | 
| Loaded/Saved | false/true | 
History 4
- 553 Change Default of PrivateServerId from to
- 486 Change ThreadSafety of PrivateServerId from ReadOnly to ReadSafe
- 462 Change ThreadSafety of PrivateServerId from to ReadOnly
- 458 Add PrivateServerId
ReservedServerAccessCode
| Type | Default | |
|---|---|---|
| string | ||
The access code of the reserved server that the players are being teleported to. This field is populated only if the teleport is to a reserved server. This allows developers to perform subsequent teleports to this same reserved server.
For more information on how to teleport players between servers, see Teleporting Between Places.
| Thread safety | ReadSafe | 
|---|---|
| Category | Data | 
| Loaded/Saved | false/true | 
History 4
- 553 Change Default of ReservedServerAccessCode from to
- 486 Change ThreadSafety of ReservedServerAccessCode from ReadOnly to ReadSafe
- 462 Change ThreadSafety of ReservedServerAccessCode from to ReadOnly
- 458 Add ReservedServerAccessCode