Click or drag to resize

NetworkedListTWriteDelta Method

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

Writes the dirty changes, that is, the changes since the variable was last dirty, to the writer

Namespace:  MLAPI.NetworkedVar.Collections
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteDelta(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
The stream to write the dirty changes to

Implements

INetworkedVarWriteDelta(Stream)
See Also