SetPlayerRoutingBucket
DocsSetPlayerRoutingBucket(playerSrc, bucket)Description
Sets the routing bucket for the specified player.
Routing buckets are also known as 'dimensions' or 'virtual worlds' in past echoes, however they are population-aware.
Parameters
| Name | Type | Description |
|---|---|---|
playerSrc | char* | The player to set the routing bucket for. |
bucket | int | The bucket ID. |
Returns
voidThis native does not return a value.