SET_ROUTING_BUCKET_ENTITY_LOCKDOWN_MODE
Sets the entity lockdown mode for a specific routing bucket. Lockdown modes are: | Mode | Meaning | | ---------- | ---------------------------------------------------------- | | `strict` | No entities can be created by clients at all. | | `relaxed` | Only script-owned entities created by clients are blocked. | | `inactive` | Clients can create any entity they want. |
CFX
Signature
lua
SetRoutingBucketEntityLockdownMode(0, mode)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| int | The routing bucket ID to adjust. | |
| char* | One of aforementioned modes. |
Usage
lua
SetRoutingBucketEntityLockdownMode(0, mode)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
