Class SyncedEntity
Assembly: RageCoop.Client.dll
Syntax
public abstract class SyncedEntity
Fields
_lastFrozen
Declaration
protected bool _lastFrozen
Field Value
Properties
ID
Network ID for this entity
Declaration
Property Value
IsLocal
Indicates whether the current player is responsible for syncing this entity.
Declaration
public bool IsLocal { 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