Class PedBlip
Represent a blip attached to ped.
Inherited Members
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 |