GET_CLIENT_CONFIG_BOOL
Returns whether a specific client configuration flag is currently enabled. You can find a list of configuration flags in [`SET_CLIENT_CONFIG_BOOL`](#\_0xD174EF7E).
CFX
Signature
lua
GetClientConfigBool(0)
-- returns BOOLParameters
| Name | Type | Description |
|---|---|---|
| int | The index of the configuration flag to get. |
Usage
lua
GetClientConfigBool(0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
