Click or drag to resize

INetworkedVar Methods

[This is preliminary documentation and is subject to change.]

The INetworkedVar type exposes the following members.

Methods
  NameDescription
Public methodCanClientRead
Gets wheter or not a specific client can read to the varaible
Public methodCanClientWrite
Gets wheter or not a specific client can write to the varaible
Public methodGetChannel
Returns the name of the channel to be used for syncing
Public methodIsDirty
Gets wheter or not the container is dirty
Public methodReadDelta
Reads delta from the reader and applies them to the internal value
Public methodReadField
Reads the complete state from the reader and applies it
Public methodResetDirty
Resets the dirty state and marks the variable as synced / clean
Public methodSetNetworkedBehaviour
Sets NetworkedBehaviour the container belongs to.
Public methodWriteDelta
Writes the dirty changes, that is, the changes since the variable was last dirty, to the writer
Public methodWriteField
Writes the complete state of the variable to the writer
Top
See Also