HolyLib Wiki

net

net

This library extends gmod's original net library.

This module is disabled by default since it's still experimental.

Supports: Linux32

Methods

net.ReadSeek( number position )
Moves the read position of the currently active incoming net message.
Can only be used while a net message is actively being read, meaning inside a net.Receive callback.
net.WriteSeek( number position )
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.