Difference between revisions of "018A"
Jump to navigation
Jump to search
(page updates) |
|||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Icon|trilogy}} '''ADD_BLIP_FOR_COORD''' |
| − | + | <hr /> | |
| − | + | '''Description''' | |
| − | + | : Adds a [[blip]] to the coordinates point | |
| − | + | '''Syntax''' | |
| − | + | : 018A: [''var''] = create_checkpoint_at [''flt1''] [''flt2''] [''flt3''] | |
| − | + | '''Parameter''' | |
| − | + | : [''var''] | |
| − | + | :: Variable to store the handle of the blip | |
| + | : [''flt1''] | ||
| + | :: X-coordinate | ||
| + | : [''flt2''] | ||
| + | :: Y-coordinate | ||
| + | : [''flt3''] | ||
| + | :: Z-coordinate (or ''-100.0'' for [[02CE|ground z]]) | ||
| − | This opcode | + | This opcode adds a square blip in the radar to the coordinates point. A marker cannot be displayed for this blip. The default properties of the blip, which can be changed using other opcodes, are: |
| + | * [[0165|Color]]: 5 (purple) | ||
| + | * [[0168|Scale]]: 3 | ||
| + | * [[018B|Display]]: 3 (only blip though, marker cannot be displayed) | ||
| + | The blip can be removed using opcode [[0164]]. | ||
| − | == | + | == Keywords == |
| + | create, set, marker, blip, checkpoint, coord, coordinates | ||
| − | + | [[Category:OpCodes]] | |
| − | |||
| − | |||
| − | |||
Revision as of 16:18, 2 September 2015
Description
- Adds a blip to the coordinates point
Syntax
- 018A: [var] = create_checkpoint_at [flt1] [flt2] [flt3]
Parameter
- [var]
- Variable to store the handle of the blip
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate (or -100.0 for ground z)
This opcode adds a square blip in the radar to the coordinates point. A marker cannot be displayed for this blip. The default properties of the blip, which can be changed using other opcodes, are:
The blip can be removed using opcode 0164.
Keywords
create, set, marker, blip, checkpoint, coord, coordinates