Difference between revisions of "018B"
Jump to navigation
Jump to search
(Created page with "{{Icon|t}} '''CHANGE_BLIP_DISPLAY''' <hr /> '''Description''' : Changes the display of the specified blip '''Syntax''' : 018B: show_on_radar [''blip handle''] [''int''] :...") |
m |
||
Line 10: | Line 10: | ||
:: The handle of the blip | :: The handle of the blip | ||
: [''int''] | : [''int''] | ||
− | :: Display of blip | + | :: Display of blip (see below) |
This opcode changes the display of the specified blip. | This opcode changes the display of the specified blip. |
Revision as of 01:32, 3 June 2015
Description
- Changes the display of the specified blip
Syntax
- 018B: show_on_radar [blip handle] [int]
- 018B: set_marker [blip handle] radar_mode [int]
Parameter
- [blip handle]
- The handle of the blip
- [int]
- Display of blip (see below)
This opcode changes the display of the specified blip.
Display | Enum | Notes |
---|---|---|
0 | NEITHER | Hide all |
1 | MARKER_ONLY | Show only the arrow/sphere in the world |
2 | BLIP_ONLY | Show only the blip/sprite on the map |
3 | BOTH | Show all |
Keywords
blip, marker, display, show