Class SyncedEntity
Assembly: RageCoop.Client.dll
Syntax
public abstract class SyncedEntity
Properties
ID
Network ID for this entity
Declaration
Property Value
IsMine
Indicates whether the current player is responsible for syncing this entity.
Declaration
public bool IsMine { get; }
Property Value
IsOutOfSync
Declaration
public bool IsOutOfSync { get; }
Property Value
LastStateSynced
Last time a new sync message arrived.
Declaration
public ulong LastStateSynced { get; }
Property Value
LastSynced
Last time a new sync message arrived.
Declaration
public ulong LastSynced { get; set; }
Property Value
LastUpdated
Last time the local entity has been updated,
Declaration
public ulong LastUpdated { get; set; }
Property Value
OwnerID
Declaration
public int OwnerID { get; }
Property Value