Description: Reveals the entire minimap (FOW = Fog of War)
| Property | Value |
|---|---|
| Native Name | SET_MINIMAP_HIDE_FOW |
| Hash | 0x4B8F743A4A6D2FF8 |
| Return Type | void |
| Build | 1207 |
| Parameters | toggle (BOOL) |
Parameters
toggle(BOOL)
Usage
Lua (Direct):
SetMinimapHideFow(toggle)
Lua (Hash):
Citizen.InvokeNative(0x4B8F743A4A6D2FF8, toggle)