HolyLib Wiki

net.WriteSeek

  net.WriteSeek( number position )

Description

Moves the write position of the currently active outgoing net message.

Can only be used while a net message is actively being written, meaning between net.Start and net.SendToServer/net.Send.

Arguments

1number position

The bit position (relative to the start of the message's data) to seek to