Skip to content

Commit

Permalink
Merge pull request #810 from tholeb/patch-2
Browse files Browse the repository at this point in the history
Fix(SetBlipDisplay): displayID not formatting, now to table
  • Loading branch information
thorium-cfx authored Oct 30, 2023
2 parents 99e6a16 + 526f6b3 commit 869da24
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions HUD/SetBlipDisplay.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,24 @@ ns: HUD
void SET_BLIP_DISPLAY(Blip blip, int displayId);
```
**displayId Behaviour** <br>
0 = Doesn't show up, ever, anywhere. <br>
1 = Doesn't show up, ever, anywhere. <br>
2 = Shows on both main map and minimap. (Selectable on map) <br>
3 = Shows on main map only. (Selectable on map) <br>
4 = Shows on main map only. (Selectable on map) <br>
5 = Shows on minimap only. <br>
6 = Shows on both main map and minimap. (Selectable on map) <br>
7 = Doesn't show up, ever, anywhere. <br>
8 = Shows on both main map and minimap. (Not selectable on map) <br>
9 = Shows on minimap only. <br>
10 = Shows on both main map and minimap. (Not selectable on map) <br>
Anything higher than 10 seems to be exactly the same as 10. <br>
<br>
**displayId Behaviour**
| display ID | Behaviour |
|------------ |------------------------------------------------------------- |
| 0 | Doesn't show up, ever, anywhere. |
| 1 | Doesn't show up, ever, anywhere. |
| 2 | Shows on both main map and minimap. (Selectable on map) |
| 3 | Shows on main map only. (Selectable on map) |
| 4 | Shows on main map only. (Selectable on map) |
| 5 | Shows on minimap only. |
| 6 | Shows on both main map and minimap. (Selectable on map) |
| 7 | Doesn't show up, ever, anywhere. |
| 8 | Shows on both main map and minimap. (Not selectable on map) |
| 9 | Shows on minimap only. |
| 10 | Shows on both main map and minimap. (Not selectable on map) |
Anything higher than 10 seems to be exactly the same as 10.
Rockstar seem to only use 0, 2, 3, 4, 5 and 8 in the decompiled scripts.
## Parameters
Expand Down

0 comments on commit 869da24

Please sign in to comment.