Class ServerPed
Represents a ped from a client
Inherited Members
Namespace: RageCoop.Server
Assembly: RageCoop.Server.dll
Syntax
public class ServerPed
Properties
Health
Health
Declaration
public int Health { get; }
Property Value
Type | Description |
---|---|
Int32 |
ID
The ped's ID (not handle!).
Declaration
public int ID { get; }
Property Value
Type | Description |
---|---|
Int32 |
Owner
The Client that is responsible synchronizing for this ped.
Declaration
public Client Owner { get; }
Property Value
Type | Description |
---|---|
Client |
Position
Position of this ped
Declaration
public Vector3 Position { get; }
Property Value
Type | Description |
---|---|
GTA.Math.Vector3 |
VehicleID
The ID of the ped's last vehicle.
Declaration
public int VehicleID { get; }
Property Value
Type | Description |
---|---|
Int32 |