SetClientConfigBool
DocsSetClientConfigBool(flagIndex, enabled)Description
enum ClientConfigFlag
{
WeaponsNoAutoReload = 0,
UIVisibleWhenDead = 1,
DisableDeathAudioScene = 2,
DisableRemoteAttachments = 3
}Sets the value of a client configuration flag.
This native allows enabling or disabling specific one-time client-side features.
Parameters
| Name | Type | Description |
|---|---|---|
flagIndex | int | The index of the configuration flag to set. |
enabled | BOOL | Whether to enable or disable the flag. |
Returns
voidThis native does not return a value.