Show / Hide Table of Contents

Class SharedBlip

Class representing a minimap blip

Inheritance
Object
Element
PhysicalElement
SharedBlip
Inherited Members
PhysicalElement.Dimension
PhysicalElement.Interior
PhysicalElement.Frozen
PhysicalElement.Alpha
PhysicalElement.Health
PhysicalElement.Model
PhysicalElement.CollisionShape
PhysicalElement.CollisionsEnabled
PhysicalElement.LowLODElement
PhysicalElement.DoubleSided
PhysicalElement.IsInWater
PhysicalElement.IsLowLOD
PhysicalElement.Position
PhysicalElement.Rotation
PhysicalElement.QuaternionRotation
PhysicalElement.Matrix
PhysicalElement.ForwardVector
PhysicalElement.RightVector
PhysicalElement.UpVector
PhysicalElement.Velocity
PhysicalElement.AngularVelocity
PhysicalElement.AngularQuaternionVelocity
PhysicalElement.ToAttached
PhysicalElement.IsAttached
PhysicalElement.IsWithinCollisionShape(CollisionShape)
PhysicalElement.IsWithinMarker(SharedMarker)
PhysicalElement.AttachTo(PhysicalElement, Matrix4x4)
PhysicalElement.AttachTo(PhysicalElement, Vector3, Vector3)
PhysicalElement.AttachTo(PhysicalElement, Vector3, Quaternion)
PhysicalElement.AttachTo(PhysicalElement)
PhysicalElement.Detach()
PhysicalElement.Offset
PhysicalElement.GetWithinRange(Vector3, Single, String)
PhysicalElement.FaceElement(PhysicalElement)
PhysicalElement.OnClicked
PhysicalElement.OnModelChange
PhysicalElement.OnStartSync
PhysicalElement.OnStopSync
PhysicalElement.OnStreamIn
PhysicalElement.OnStreamOut
Element.element
Element.Root
Element.MTAElement
Element.Type
Element.ID
Element.Exists
Element.ChildCount
Element.Parent
Element.CallPropagationEnabled
Element.SetData(String, Object, Boolean)
Element.GetData(String, Boolean)
Element.TryGetData(String, Object, Boolean)
Element.GetData<T>(String, Boolean)
Element.TryGetData<T>(String, T, Boolean)
Element.Destroy()
Element.GetChild(Int32)
Element.GetChildren(String)
Element.GetByID(String, Int32)
Element.ListenForEvent(String, Boolean, String)
Element.HandleEvent(String, MtaElement, Object, Object, Object, Object, Object, Object, Object, Object)
Element.OnDestroy
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Shared.Radar
Assembly: SlipeShared.dll
Syntax
public class SharedBlip : PhysicalElement

Properties

| Improve this Doc View Source

Color

Gets and sets the color of the blip

Declaration
public Color Color { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

Icon

Gets and sets the icon of the blip

Declaration
public BlipType Icon { get; set; }
Property Value
Type Description
BlipType
| Improve this Doc View Source

Ordering

Gets and sets the ordering of the blip, higher values are stacked on top of lower values

Declaration
public int Ordering { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Size

Gets or sets the size of the blip. Default is 2. Maximum is 25

Declaration
public int Size { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

VisibleDistance

Gets or sets the distance up to which this blip is visible for visible elements

Declaration
public float VisibleDistance { get; set; }
Property Value
Type Description
Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX