Difference between revisions of "0570"
Jump to navigation
Jump to search
Luk3Master (talk | contribs) (Created page with "{{Icon|VC}} {{Icon|SA}} <hr /> '''Description''' : Create a sprite blip on the coordinates specified. Only visible on the radar when in range and adds a sphere on the coor...") |
(minor fixes) |
||
Line 1: | Line 1: | ||
− | {{Icon|VC}} {{Icon|SA}} | + | {{Icon|VC}} {{Icon|SA}} '''ADD_SHORT_RANGE_SPRITE_BLIP_FOR_CONTACT_POINT''' |
<hr /> | <hr /> | ||
'''Description''' | '''Description''' | ||
− | : | + | : Creates a sprite [[blip]] at the coordinates specified. |
− | |||
'''Syntax''' | '''Syntax''' | ||
: 0570: [''blip handle''] = create_asset_radar_marker_with_icon [int] at [flt1] [flt2] [flt3] | : 0570: [''blip handle''] = create_asset_radar_marker_with_icon [int] at [flt1] [flt2] [flt3] | ||
Line 10: | Line 9: | ||
:: The handle of the blip | :: The handle of the blip | ||
: [''int''] | : [''int''] | ||
− | :: | + | :: [[Blip#List of sprites|Sprite id]] |
: [''flt1''] | : [''flt1''] | ||
:: X-coordinate | :: X-coordinate | ||
Line 17: | Line 16: | ||
: [''flt3''] | : [''flt3''] | ||
:: Z-coordinate (or ''-100.0'' for [[02CE|ground z]]) | :: Z-coordinate (or ''-100.0'' for [[02CE|ground z]]) | ||
− | |||
'''Native analog''' | '''Native analog''' | ||
: [[CREATE_ASSET_RADAR_MARKER_WITH_ICON]] | : [[CREATE_ASSET_RADAR_MARKER_WITH_ICON]] | ||
− | |||
+ | This opcode creates a specified blip and sphere at given coordinates. It is only visible on the radar when in range and adds a sphere at the coordinates. | ||
== Keywords == | == Keywords == | ||
− | blip, marker, display, | + | blip, marker, display, contact, asset |
[[Category:OpCodes]] | [[Category:OpCodes]] |
Revision as of 20:19, 21 August 2015
ADD_SHORT_RANGE_SPRITE_BLIP_FOR_CONTACT_POINT
Description
- Creates a sprite blip at the coordinates specified.
Syntax
- 0570: [blip handle] = create_asset_radar_marker_with_icon [int] at [flt1] [flt2] [flt3]
Parameter
- [blip handle]
- The handle of the blip
- [int]
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate (or -100.0 for ground z)
Native analog
This opcode creates a specified blip and sphere at given coordinates. It is only visible on the radar when in range and adds a sphere at the coordinates.
Keywords
blip, marker, display, contact, asset