Class Blip
Inheritance
Inherited Members
Namespace: GTA
Assembly: ScriptHookVDotNet2.dll
Syntax
public sealed class Blip : IEquatable<Blip>, IHandleable
Constructors
Name | Description |
---|---|
Blip(Int32) |
Properties
Name | Description |
---|---|
Alpha | Gets or sets the alpha of this Blip on the map. The value is up to 255. |
Color | Gets or sets the color of this Blip. |
Handle | |
Is |
Gets or sets a value indicating whether this Blip is flashing. |
Is |
Sets a value indicating whether this Blip is friendly. |
Is |
Gets a value indicating whether this Blip is on minimap. |
Is |
Gets or sets a value indicating whether this Blip is short range. |
Name | Get or sets the custom name of this Blip. The custom name appears in the legends list on the map. |
Position | Gets or sets the position of this Blip. |
Rotation | Gets or sets the rotation of this Blip on the map as an System. Use Rotation |
Scale | Sets the scale of this Blip on the map. |
Show |
Gets or sets a value indicating whether the route to this Blip should be shown on the map. |
Sprite | Gets or sets the sprite of this Blip. |
Type | Gets the type of this Blip. |
Methods
Name | Description |
---|---|
Equals(Blip) | |
Equals(Object) | Determines if an System. |
Exists() | Determines if this Blip exists. |
Exists(Blip) | |
Get |
|
Hide |
|
Remove() | |
Show |
Operators
Name | Description |
---|---|
Equality(Blip, Blip) | Determines if two Blips refer to the same blip. |
Inequality(Blip, Blip) | Determines if two Blips don't refer to the same blip. |