Class SyncedPed
?
Inherited Members
Namespace: RageCoop.Client
Assembly: RageCoop.Client.dll
Syntax
public class SyncedPed : SyncedEntity
Properties
IsPlayer
Indicates whether this ped is a player
Declaration
public bool IsPlayer { get; }
Property Value
Type | Description |
---|---|
Boolean |
MainPed
real entity
Declaration
public Ped MainPed { get; }
Property Value
Type | Description |
---|---|
GTA.Ped |
Speed
The latest character rotation (may not have been applied yet)
Declaration
public byte Speed { get; set; }
Property Value
Type | Description |
---|---|
Byte |