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

Method WriteFloat

Server/Network/PacketWriter.cs:104–108  ·  view source on GitHub ↗
(float value = 0)

Source from the content-addressed store, hash-verified

102 }
103
104 public void WriteFloat(float value = 0)
105 {
106 ThrowIfDisposed();
107 Append(Convert.ToInt32(value), 4);
108 }
109 public void WriteLong(long value = 0)
110 {
111 ThrowIfDisposed();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected