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

Method WriteZero

Server/Network/PacketWriter.cs:153–160  ·  view source on GitHub ↗
(int count)

Source from the content-addressed store, hash-verified

151 }
152
153 public void WriteZero(int count)
154 {
155 if (count <= 0)
156 throw new PacketException("Count out of range");
157
158 for (int i = 0; i < count; i++)
159 WriteByte();
160 }
161
162 public byte[] ToArray()
163 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected