MCPcopy Create free account
hub / github.com/AlSch092/UltimateAntiCheat / WriteHexString

Method WriteHexString

Server/Network/PacketWriter.cs:148–151  ·  view source on GitHub ↗
(string value)

Source from the content-addressed store, hash-verified

146 }
147
148 public void WriteHexString(string value)
149 {
150 WriteBytes(HexText.ToBytes(value, true));
151 }
152
153 public void WriteZero(int count)
154 {

Callers

nothing calls this directly

Calls 1

ToBytesMethod · 0.80

Tested by

no test coverage detected