GetConvarBool — FiveM Natives
0x7E8EBFE5 · CFX · shared
Can be used to get a console variable casted back to bool.
Parameters
| Name | Type | Description |
|---|---|---|
| varName | char* | The console variable to look up. |
| defaultValue | BOOL | The default value to set if none is found. |
Returns
BOOL