C# Класс OpenRA.Network.OrderIO

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ReadInt2 ( this r ) : int2
SerializeSync ( int sync ) : byte[]
ToOrderList ( this bytes, World world ) : List
Write ( this w, CPos cell ) : void
Write ( this s, byte buf ) : void
Write ( this w, int2 p ) : void

Описание методов

ReadInt2() публичный статический Метод

public static ReadInt2 ( this r ) : int2
r this
Результат int2

SerializeSync() публичный статический Метод

public static SerializeSync ( int sync ) : byte[]
sync int
Результат byte[]

ToOrderList() публичный статический Метод

public static ToOrderList ( this bytes, World world ) : List
bytes this
world World
Результат List

Write() публичный статический Метод

public static Write ( this w, CPos cell ) : void
w this
cell CPos
Результат void

Write() публичный статический Метод

public static Write ( this s, byte buf ) : void
s this
buf byte
Результат void

Write() публичный статический Метод

public static Write ( this w, int2 p ) : void
w this
p int2
Результат void