Garry's Mod Wiki

net.ReadUInt64

  string net.ReadUInt64()

Just Added

This was just added in the latest version (2023.09.06). It might only be available on the Dev Branch right now.

Description

Reads a unsigned integer with 64 bits from the received net message.

You must read information in same order as you write it.

Returns

1 string
The uint64 number.