Table of Contents

Interface INetworkMessageReader

Namespace
TaleWorlds.Network
Assembly
TaleWorlds.Network.dll
public interface INetworkMessageReader

Methods

ReadBoolean()

bool ReadBoolean()

Returns

bool

ReadByte()

byte ReadByte()

Returns

byte

ReadByteArray()

byte[] ReadByteArray()

Returns

byte[]

ReadFloat()

float ReadFloat()

Returns

float

ReadGuid()

Guid ReadGuid()

Returns

Guid

ReadInt16()

short ReadInt16()

Returns

short

ReadInt32()

int ReadInt32()

Returns

int

ReadInt64()

long ReadInt64()

Returns

long

ReadString()

string ReadString()

Returns

string

ReadUInt64()

ulong ReadUInt64()

Returns

ulong

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).