Search Results for

    Show / Hide Table of Contents

    Class SyncedEntity

    Inheritance
    Object
    SyncedEntity
    SyncedPed
    SyncedProp
    SyncedVehicle
    Inherited Members
    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 abstract class SyncedEntity

    Fields

    _lastFrozen

    Declaration
    protected bool _lastFrozen
    Field Value
    Type Description
    Boolean

    Properties

    ID

    Network ID for this entity

    Declaration
    public int ID { get; }
    Property Value
    Type Description
    Int32

    IsLocal

    Indicates whether the current player is responsible for syncing this entity.

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

    IsOutOfSync

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

    LastFullSynced

    Last time a new sync message arrived.

    Declaration
    public ulong LastFullSynced { get; }
    Property Value
    Type Description
    UInt64

    LastSynced

    Last time a new sync message arrived.

    Declaration
    public ulong LastSynced { get; set; }
    Property Value
    Type Description
    UInt64

    LastUpdated

    Last time the local entity has been updated,

    Declaration
    public ulong LastUpdated { get; set; }
    Property Value
    Type Description
    UInt64

    OwnerID

    Declaration
    public int OwnerID { get; }
    Property Value
    Type Description
    Int32

    SendFullNextFrame

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

    SendNextFrame

    Declaration
    public bool SendNextFrame { get; set; }
    Property Value
    Type Description
    Boolean
    In This Article
    Back to top Generated by DocFX