| Property | Value |
|---|---|
| Native Name | _SET_RADAR_CONFIG_TYPE |
| Hash | 0x9C113883487FD53C |
| Return Type | void |
| Build | 1207 |
| API Set | client |
| Parameters | configHash (Hash), p1 (Hash) |
Description: https://github.com/femga/rdr3_discoveries/blob/master/graphics/minimap/radar/radar_configs.lua configHash: -1943724816, 347777538, -117986897, -789269373, -547506804, -1986542417, 2080113112 p1: usually 898171178 or 0 in R* scripts (doesn't seems to have any effect)
Usage
Lua (Direct):
SetRadarConfigType(configHash, p1)
Lua (Hash):
Citizen.InvokeNative(0x9C113883487FD53C, configHash, p1)