Class Blip
A class representing a blip on the minimap
Inherited Members
Namespace: Slipe.Server.Radar
Assembly: SlipeServer.dll
Syntax
[DefaultElementClass(ElementType.Blip)]
public class Blip : SharedBlip
Constructors
| Improve this Doc View SourceBlip(PhysicalElement)
Creates a red standard blip attached to an element in the world
Declaration
public Blip(PhysicalElement physicalElement)
Parameters
Type | Name | Description |
---|---|---|
PhysicalElement | physicalElement |
Blip(PhysicalElement, BlipType, Color, Int32, Int32, Single, Element)
Creates a blip attached to an element in the world
Declaration
public Blip(PhysicalElement physicalElement, BlipType icon, Color color, int size = 2, int ordering = 0, float visibleDistance = 16383F, Element visibleTo = null)
Parameters
Type | Name | Description |
---|---|---|
PhysicalElement | physicalElement | |
BlipType | icon | |
Color | color | |
Int32 | size | |
Int32 | ordering | |
Single | visibleDistance | |
Element | visibleTo |
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, Element)
Creates a blip from all createBlip parameters
Declaration
public Blip(Vector3 vector, BlipType icon, Color color, int size = 2, int ordering = 0, float visibleDistance = 16383F, Element visibleTo = null)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | vector | |
BlipType | icon | |
Color | color | |
Int32 | size | |
Int32 | ordering | |
Single | visibleDistance | |
Element | visibleTo |