Click or drag to resize

NetworkedVarT Methods

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

The NetworkedVarT generic 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 methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetChannel
Returns the name of the channel to be used for syncing
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsDirty
Gets wheter or not the container is dirty
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReadDelta
Reads value from the reader and applies it
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 methodToString (Inherited from Object.)
Public methodWriteDelta
Writes the variable to the writer
Public methodWriteField
Writes the complete state of the variable to the writer
Top
See Also