Difference between revisions of "0164"
Jump to navigation
Jump to search
(→See also) |
(page updates) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Icon|t}} '''REMOVE_BLIP''' | |
− | {{ | + | <hr /> |
− | | | + | '''Description''' |
− | + | : Removes the specified [[blip]] | |
− | + | '''Syntax''' | |
− | + | : 0164: disable_marker [''blip handle''] | |
− | + | : Marker.Disable( [''blip handle''] ) | |
+ | '''Parameter''' | ||
+ | : [''blip handle''] | ||
+ | :: The handle of the blip | ||
+ | '''Native analog''' | ||
+ | : [[REMOVE_BLIP]] | ||
− | This opcode | + | This opcode removes the specified blip created by any of the opcodes listed [[Blip#Mission script|here]] and any properties associated to it when it was created like an arrow or a sphere. |
− | == | + | == Keywords == |
+ | marker, blip, remove, disable | ||
− | + | [[Category:OpCodes]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 03:53, 6 January 2015
Description
- Removes the specified blip
Syntax
- 0164: disable_marker [blip handle]
- Marker.Disable( [blip handle] )
Parameter
- [blip handle]
- The handle of the blip
Native analog
This opcode removes the specified blip created by any of the opcodes listed here and any properties associated to it when it was created like an arrow or a sphere.
Keywords
marker, blip, remove, disable