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''] :...") |
|||
(One intermediate revision by the same user not shown) | |||
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. | ||
Line 25: | Line 25: | ||
| 3 || BOTH || Show all | | 3 || BOTH || Show all | ||
|} | |} | ||
+ | |||
+ | Any values outside this range will act like value 0, which hides all. | ||
== Keywords == | == Keywords == |
Latest revision as of 03:35, 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 |
Any values outside this range will act like value 0, which hides all.
Keywords
blip, marker, display, show