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

◆ AddByte() [4/7]

bool System.Text.EncodingByteBuffer.AddByte ( byte b1,
byte b2,
byte b3 )
inlinepackage

Definition at line 103 of file EncodingByteBuffer.cs.

104 {
105 return AddByte(b1, b2, b3, 0);
106 }
unsafe bool AddByte(byte b, int moreBytesExpected)

References System.Text.EncodingByteBuffer.AddByte().