Click or drag to resize

INetworkedVarWriteField Method

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

Writes the complete state of the variable to the writer

Namespace:  MLAPI.NetworkedVar
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void WriteField(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to write the state to
See Also