SET_ROUTING_BUCKET_POPULATION_ENABLED
Sets whether or not the specified routing bucket has automatically-created population enabled.
CFX
Signature
lua
SetRoutingBucketPopulationEnabled(0, true)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| int | The routing bucket ID to adjust. | |
| BOOL | `true` to enable population, `false` to disable population. |
Usage
lua
SetRoutingBucketPopulationEnabled(0, true)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
