Table of Contents

Interface IReader

Namespace
TaleWorlds.Library
Assembly
TaleWorlds.Library.dll
public interface IReader

Methods

ReadBool()

bool ReadBool()

Returns

bool

ReadByte()

byte ReadByte()

Returns

byte

ReadBytes(int)

byte[] ReadBytes(int length)

Parameters

length int

Returns

byte[]

ReadColor()

Color ReadColor()

Returns

Color

ReadDouble()

double ReadDouble()

Returns

double

ReadFloat()

float ReadFloat()

Returns

float

ReadInt()

int ReadInt()

Returns

int

ReadLong()

long ReadLong()

Returns

long

ReadSByte()

sbyte ReadSByte()

Returns

sbyte

ReadSerializableObject()

ISerializableObject ReadSerializableObject()

Returns

ISerializableObject

ReadShort()

short ReadShort()

Returns

short

ReadString()

string ReadString()

Returns

string

ReadUInt()

uint ReadUInt()

Returns

uint

ReadULong()

ulong ReadULong()

Returns

ulong

ReadUShort()

ushort ReadUShort()

Returns

ushort

ReadVec2()

Vec2 ReadVec2()

Returns

Vec2

ReadVec3()

Vec3 ReadVec3()

Returns

Vec3

ReadVec3Int()

Vec3i ReadVec3Int()

Returns

Vec3i

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