Class Blip
Class representing a minimap blip
Inherited Members
Namespace: Slipe.Client.Radar
Assembly: SlipeClient.dll
Syntax
[DefaultElementClass(ElementType.Blip)]
public class Blip : SharedBlip
Constructors
| Improve this Doc View SourceBlip(PhysicalElement)
Creates a standard red blip attached to an MTA element
Declaration
public Blip(PhysicalElement physicalElement)
Parameters
Type | Name | Description |
---|---|---|
PhysicalElement | physicalElement |
Blip(PhysicalElement, BlipType, Color, Int32, Int32, Single)
Creates a blip attached to an MTA element
Declaration
public Blip(PhysicalElement physicalElement, BlipType icon, Color color, int size = 2, int ordering = 0, float visibleDistance = 16383F)
Parameters
Type | Name | Description |
---|---|---|
PhysicalElement | physicalElement | |
BlipType | icon | |
Color | color | |
Int32 | size | |
Int32 | ordering | |
Single | visibleDistance |
Blip(Vector3)
Creates a standard red blip
Declaration
public Blip(Vector3 vector)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | vector |
Blip(Vector3, BlipType, Color, Int32, Int32, Single)
Creates a blip from all the createBlip parameters
Declaration
public Blip(Vector3 vector, BlipType icon, Color color, int size = 2, int ordering = 0, float visibleDistance = 16383F)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | vector | |
BlipType | icon | |
Color | color | |
Int32 | size | |
Int32 | ordering | |
Single | visibleDistance |