Interface ISharedBlip
Assembly: AltV.Net.Shared.dll
Syntax
public interface ISharedBlip : ISharedWorldObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
Alpha
Gets or sets the alpha of the blip
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
BlipNativePointer
Declaration
IntPtr BlipNativePointer { get; }
Property Value
|
Improve this Doc
View Source
BlipType
Declaration
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Bright
Gets or sets if the blip is shown as bright
Declaration
bool Bright { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Category
Gets or sets the blips category
Declaration
uint Category { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Color
Gets or sets the blip color.
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
CrewIndicatorVisible
Gets or sets if the crew indicator is visible
Declaration
bool CrewIndicatorVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Display
Gets or sets the display mode of the blip
Declaration
uint Display { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Flashes
Gets or sets if the blip is flashing
Declaration
bool Flashes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FlashesAlternate
Gets or sets if the the blip uses alternate flashing mode
Declaration
bool FlashesAlternate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FlashInterval
Gets or sets the flash interval of the blip
Declaration
ushort FlashInterval { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
FlashTimer
Gets or sets the flash timer of the blip
Declaration
ushort FlashTimer { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Friendly
Gets or sets if the blip is shown as friendly
Declaration
bool Friendly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GxtName
Gets or sets the blips gxt name
Declaration
string GxtName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HeadingIndicatorVisible
Gets or sets if the heading indicator is visible
Declaration
bool HeadingIndicatorVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HighDetail
Gets or sets if the blip is high detail
Declaration
bool HighDetail { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsGlobal
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsHiddenOnLegend
Declaration
bool IsHiddenOnLegend { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsMinimalOnEdge
Declaration
bool IsMinimalOnEdge { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsShortHeightThreshold
Declaration
bool IsShortHeightThreshold { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsUseHeightIndicatorOnEdge
Declaration
bool IsUseHeightIndicatorOnEdge { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MissionCreator
Gets or sets if the blip is marked as mission creator
Declaration
bool MissionCreator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Gets or sets the blips name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Number
Gets or sets the blips number
Declaration
ushort Number { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
OutlineIndicatorVisible
Gets or sets if the outline indicator is visible
Declaration
bool OutlineIndicatorVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Priority
Gets or sets the blips priority
Declaration
uint Priority { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Pulse
Gets or sets if the blip is pulsing
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Rotation
Gets or sets the blips rotation
Declaration
float Rotation { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Route
Gets or sets if a route to the blip should be shown.
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RouteColor
Gets or sets the route color to the blip
Declaration
Rgba RouteColor { get; set; }
Property Value
|
Improve this Doc
View Source
ScaleXY
Gets or sets the scale of the blip
Declaration
Vector2 ScaleXY { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
SecondaryColor
Gets or sets the secondary color of the blip
Declaration
Rgba SecondaryColor { get; set; }
Property Value
|
Improve this Doc
View Source
ShortRange
Gets or sets if the blip is short range
Declaration
bool ShortRange { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShowCone
Gets or sets if the blip is shown with a cone
Declaration
bool ShowCone { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Shrinked
Gets or sets if the blip is shrinked
Declaration
bool Shrinked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Sprite
Gets or sets the blip sprite.
Declaration
uint Sprite { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
TickVisible
Gets or sets if the tick is visible
Declaration
bool TickVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Visible
Declaration
bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Fade(UInt32, UInt32)
Declaration
void Fade(uint opacity, uint duration)
Parameters
Type |
Name |
Description |
System.UInt32 |
opacity |
|
System.UInt32 |
duration |
|