Search Results for

    Show / Hide Table of Contents

    Class PedBlip

    Represent a blip attached to ped.

    Inheritance
    Object
    PedBlip
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: RageCoop.Server.Scripting
    Assembly: RageCoop.Server.dll
    Syntax
    public class PedBlip

    Properties

    Color

    Color of this blip

    Declaration
    public BlipColor Color { get; set; }
    Property Value
    Type Description
    BlipColor

    Ped

    Get the ServerPed that this blip attached to.

    Declaration
    public ServerPed Ped { get; }
    Property Value
    Type Description
    ServerPed

    Scale

    Scale of this blip

    Declaration
    public float Scale { get; set; }
    Property Value
    Type Description
    Single

    Sprite

    Sprite of this blip

    Declaration
    public BlipSprite Sprite { get; set; }
    Property Value
    Type Description
    BlipSprite
    In This Article
    Back to top Generated by DocFX