Method | Description | |
---|---|---|
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 |
public static SerializeSync ( int sync ) : byte[] | ||
sync | int | |
return | byte[] |
public static ToOrderList ( this bytes, World world ) : List |
||
bytes | this | |
world | World | |
return | List |
public static Write ( this w, CPos cell ) : void | ||
w | this | |
cell | CPos | |
return | void |
public static Write ( this s, byte buf ) : void | ||
s | this | |
buf | byte | |
return | void |
public static Write ( this w, int2 p ) : void | ||
w | this | |
p | int2 | |
return | void |