Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToUInt16() [1/2]

static ushort System.BitConverter.ToUInt16 ( byte[] value,
int startIndex )
inlinestatic

Definition at line 302 of file BitConverter.cs.

303 {
304 return (ushort)ToInt16(value, startIndex);
305 }
static short ToInt16(byte[] value, int startIndex)

References System.startIndex, System.BitConverter.ToInt16(), and System.value.

Referenced by Terraria.NetMessage.CheckBytes().