Search Results for

    Show / Hide Table of Contents

    Class ServerBlip

    A static blip owned by server.

    Inheritance
    Object
    ServerBlip
    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 ServerBlip

    Properties

    Color

    Color of this blip

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

    Handle

    Pass this as an argument in CustomEvent or NativeCall to convert this object to handle at client side.

    Declaration
    public Tuple<byte, byte[]> Handle { get; }
    Property Value
    Type Description
    Tuple<Byte, Byte[]>

    ID

    Network ID (not handle!)

    Declaration
    public int ID { get; }
    Property Value
    Type Description
    Int32

    Name

    Name of this blip

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String

    Position

    Position of this blip

    Declaration
    public Vector3 Position { get; set; }
    Property Value
    Type Description
    Vector3

    Rotation

    Rotation of this blip

    Declaration
    public int Rotation { get; set; }
    Property Value
    Type Description
    Int32

    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

    Methods

    Delete()

    Delete this blip

    Declaration
    public void Delete()
    In This Article
    Back to top Generated by DocFX