Difference between revisions of "0167"
Jump to navigation
Jump to search
(Created page with "{{Icon|trilogy}} '''ADD_BLIP_FOR_COORD_OLD''' <hr /> '''Description''' : Adds a blip with properties to the coordinates point '''Syntax''' : 0167: [''var''] = create_marke...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{Icon| | + | {{OpCode |
− | + | | games = {{Icon|t}} | |
− | + | | command = ADD_BLIP_FOR_COORD_OLD | |
− | + | | description = Adds a [[blip]] with properties to the coordinates point | |
− | + | | syntax1 = 0167: [''var''] = create_marker_at [''flt1''] [''flt2''] [''flt3''] color [''int1''] display [''int2''] | |
− | + | | p1t = [''flt1''] | |
− | + | | p1d = X-coordinate | |
− | + | | p2t = [''flt2''] | |
− | + | | p2d = Y-coordinate | |
− | + | | p3t = [''flt3''] | |
− | + | | p3d = Z-coordinate (or ≤''-100.0'' for [[02CE|ground z]]) | |
− | + | | p4t = [''int1''] | |
− | + | | p4d = The [[0165|color of the blip]] | |
− | + | | p5t = [''int2''] | |
− | + | | p5d = The [[018B|display of the blip]] | |
− | + | | p6t = [''var''] | |
− | + | | p6d = Variable to store the handle of the blip | |
− | + | }} | |
− | |||
This opcode adds a square blip in the radar to the coordinates point. It is almost equivalent to opcode [[018A]] but without preset properties and, likewise, a marker cannot be displayed for this blip. The default [[0168|scale of the blip]] is 1. In Vice City, the color of the blip is always set to 5 (purple) regardless of what color you set so the color parameter is useless. | This opcode adds a square blip in the radar to the coordinates point. It is almost equivalent to opcode [[018A]] but without preset properties and, likewise, a marker cannot be displayed for this blip. The default [[0168|scale of the blip]] is 1. In Vice City, the color of the blip is always set to 5 (purple) regardless of what color you set so the color parameter is useless. | ||
Line 23: | Line 22: | ||
== Keywords == | == Keywords == | ||
create, set, marker, blip, checkpoint, coord, coordinates | create, set, marker, blip, checkpoint, coord, coordinates | ||
− | |||
− |
Latest revision as of 00:01, 20 November 2016
- Description
- Adds a blip with properties to the coordinates point
- Syntax
- 0167: [var] = create_marker_at [flt1] [flt2] [flt3] color [int1] display [int2]
- Parameter
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate (or ≤-100.0 for ground z)
- [int1]
- The color of the blip
- [int2]
- The display of the blip
- [var]
- Variable to store the handle of the blip
This opcode adds a square blip in the radar to the coordinates point. It is almost equivalent to opcode 018A but without preset properties and, likewise, a marker cannot be displayed for this blip. The default scale of the blip is 1. In Vice City, the color of the blip is always set to 5 (purple) regardless of what color you set so the color parameter is useless.
Keywords
create, set, marker, blip, checkpoint, coord, coordinates