GetClientConfigBool
Docslocal retval = GetClientConfigBool(flagIndex)Description
Returns whether a specific client configuration flag is currently enabled.
You can find a list of configuration flags in <code>SET_CLIENT_CONFIG_BOOL</code>.
Parameters
| Name | Type | Description |
|---|---|---|
flagIndex | int | The index of the configuration flag to get. |
Returns
BOOLReturns TRUE (1) or FALSE (0).