Class ServerBlip
A static blip owned by server.
Inherited Members
Namespace: RageCoop.Server
Assembly: RageCoop.Server.dll
Syntax
public class ServerBlip
Properties
Color
Color of this blip
Declaration
public BlipColor Color { get; set; }
Property Value
Type | Description |
---|---|
GTA.BlipColor |
ID
Network ID (not handle!)
Declaration
public int ID { get; }
Property Value
Type | Description |
---|---|
Int32 |
Position
Position of this blip
Declaration
public Vector3 Position { get; set; }
Property Value
Type | Description |
---|---|
GTA.Math.Vector3 |
Rotation
Scale of this blip
Declaration
public int Rotation { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Scale
Scale of this blip
Declaration
public Vector2 Scale { get; set; }
Property Value
Type | Description |
---|---|
GTA.Math.Vector2 |
Sprite
Sprite of this blip
Declaration
public BlipSprite Sprite { get; set; }
Property Value
Type | Description |
---|---|
GTA.BlipSprite |
Methods
Delete()
Delete this blip
Declaration
public void Delete()