Search Results for

    Show / Hide Table of Contents

    Class SyncedPed

    ?

    Inheritance
    Object
    SyncedEntity
    SyncedPed
    Inherited Members
    SyncedEntity.IsLocal
    SyncedEntity.ID
    SyncedEntity.OwnerID
    SyncedEntity.IsOutOfSync
    SyncedEntity.LastSynced
    SyncedEntity.LastFullSynced
    SyncedEntity.LastUpdated
    SyncedEntity.SendNextFrame
    SyncedEntity.SendFullNextFrame
    SyncedEntity._lastFrozen
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: RageCoop.Client
    Assembly: RageCoop.Client.dll
    Syntax
    public class SyncedPed : SyncedEntity

    Properties

    IsPlayer

    Declaration
    public bool IsPlayer { get; }
    Property Value
    Type Description
    Boolean

    MainPed

    Declaration
    public Ped MainPed { get; }
    Property Value
    Type Description
    Ped

    Speed

    Declaration
    public byte Speed { get; set; }
    Property Value
    Type Description
    Byte
    In This Article
    Back to top Generated by DocFX