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
LastFullSynced
Last time a new sync message arrived.
Declaration
public ulong LastFullSynced { 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
SendFullNextFrame
Declaration
public bool SendFullNextFrame { get; set; }
Property Value
SendNextFrame
Declaration
public bool SendNextFrame { get; set; }
Property Value