Method QueueTeleportRequest
QueueTeleportRequest(TeleportRequest)
This function will queue a teleportation request within the provider.
Declaration
public virtual bool QueueTeleportRequest(TeleportRequest teleportRequest)
Parameters
| Type | Name | Description |
|---|---|---|
| TeleportRequest | teleportRequest | The teleportation request to queue. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if successfully queued. Otherwise, returns false. |