MLAPI API Reference
MLAPI API Reference
MLAPI.Serialization
BitWriter Class
BitWriter Methods
WriteArrayPacked Method
WriteArrayPackedDiff Method
WriteBit Method
WriteBits Method
WriteBool Method
WriteByte Method
WriteByteArray Method
WriteByteArrayDiff Method
WriteChar Method
WriteCharArray Method
WriteCharArrayDiff Method
WriteCharArrayPacked Method
WriteCharArrayPackedDiff Method
WriteCharPacked Method
WriteColor Method
WriteColor32 Method
WriteColorPacked Method
WriteDouble Method
WriteDoubleArray Method
WriteDoubleArrayDiff Method
WriteDoubleArrayPacked Method
WriteDoubleArrayPackedDiff Method
WriteDoublePacked Method
WriteFloatArray Method
WriteFloatArrayDiff Method
WriteFloatArrayPacked Method
WriteFloatArrayPackedDiff Method
WriteInt16 Method
WriteInt16Packed Method
WriteInt32 Method
WriteInt32Packed Method
WriteInt64 Method
WriteInt64Packed Method
WriteIntArray Method
WriteIntArrayDiff Method
WriteIntArrayPacked Method
WriteIntArrayPackedDiff Method
WriteLongArray Method
WriteLongArrayDiff Method
WriteLongArrayPacked Method
WriteLongArrayPackedDiff Method
WriteNibble Method
WriteObjectPacked Method
WritePadBits Method
WriteRangedDouble Method
WriteRangedSingle Method
WriteRay Method
WriteRayPacked Method
WriteRotation Method
WriteSByte Method
WriteShortArray Method
WriteShortArrayDiff Method
WriteShortArrayPacked Method
WriteShortArrayPackedDiff Method
WriteSingle Method
WriteSinglePacked Method
WriteString Method
WriteStringDiff Method
WriteStringPacked Method
WriteStringPackedDiff Method
WriteUInt16 Method
WriteUInt16Packed Method
WriteUInt32 Method
WriteUInt32Packed Method
WriteUInt64 Method
WriteUInt64Packed Method
WriteUIntArray Method
WriteUIntArrayDiff Method
WriteUIntArrayPacked Method
WriteUIntArrayPackedDiff Method
WriteULongArray Method
WriteULongArrayDiff Method
WriteULongArrayPacked Method
WriteULongArrayPackedDiff Method
WriteUShortArray Method
WriteUShortArrayDiff Method
WriteUShortArrayPacked Method
WriteUShortArrayPackedDiff Method
WriteVector2 Method
WriteVector2Packed Method
WriteVector3 Method
WriteVector3Packed Method
WriteVector4 Method
WriteVector4Packed Method
BitWriter
WriteCharPacked Method
[This is preliminary documentation and is subject to change.]
Write a two-byte character as a varint to the stream.
Namespace:
MLAPI.Serialization
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
WriteCharPacked
(
char
c
)
Request Example
View Source
Parameters
c
Type:
System
Char
Value to write
See Also
Reference
BitWriter Class
MLAPI.Serialization Namespace