GetConvar — FiveM Natives
0x6CCD2564 · CFX · shared
Can be used to get a console variable of type char*, for example a string.
Parameters
| Name | Type | Description |
|---|---|---|
| varName | char* | The console variable to look up. |
| default_ | char* | The default value to set if none is found. |
Returns
char*