Empeld
Empeld plugin documentation.
|
Context that defines how to encode the data within the syncables system More...
Public Member Functions | |
bool | ActiveFrequency (int freq) |
Check whether this context includes the frequency to be sent More... | |
Public Member Functions inherited from pluginbase.Objects.Syncable.BaseContext | |
void | Increment () |
Increment reads of a context More... | |
void | Fail () |
Failed a context More... | |
void | Reset () |
Reset this instance to make it reusable More... | |
Public Attributes | |
readonly WatchableEncodeMode | Mode |
Mode in which to encode data More... | |
readonly int | ServerTick |
The server tick. More... | |
readonly ushort | EncodingId |
Id of the user the packet is being encoded by More... | |
Public Attributes inherited from pluginbase.Objects.Syncable.BaseContext | |
readonly SyncableEndpoint | Endpoint |
The mode in which to decode content More... | |
readonly IFrameTimeState | TimeState |
The time state of this frame More... | |
Properties | |
bool | LowPriority [get] |
Should encode low priority items More... | |
bool | StandardPriority [get] |
Should encode high priority items More... | |
Properties inherited from pluginbase.Objects.Syncable.BaseContext | |
int | ReadCount [get] |
How many reads ocurred in this context More... | |
bool | Failed [get] |
Gets a value indicating whether this pluginbase.Objects.Syncable.DecodeContext is failed. More... | |
bool | EmptyOrFailed [get] |
Are we empty or a failure? More... | |
Additional Inherited Members | |
Protected Member Functions inherited from pluginbase.Objects.Syncable.BaseContext | |
BaseContext (SyncableEndpoint endpoint, IFrameTimeState timeState) | |
Creates an instance of the context More... | |
Protected Attributes inherited from pluginbase.Objects.Syncable.BaseContext | |
const int | SIMULATE_FREQUENCY_PER_SECOND = 15 |
The default frequency per-second More... | |
Context that defines how to encode the data within the syncables system
bool pluginbase.Objects.Syncable.EncodeContext.ActiveFrequency | ( | int | freq | ) |
Check whether this context includes the frequency to be sent
freq | If set to true freq. |
readonly ushort pluginbase.Objects.Syncable.EncodeContext.EncodingId |
Id of the user the packet is being encoded by
readonly WatchableEncodeMode pluginbase.Objects.Syncable.EncodeContext.Mode |
Mode in which to encode data
readonly int pluginbase.Objects.Syncable.EncodeContext.ServerTick |
The server tick.
|
get |
Should encode low priority items
true
if low priority; otherwise, false
.
|
get |
Should encode high priority items
true
if standard priority; otherwise, false
.