Garry's Mod Wiki

net.ReadUInt64

  string net.ReadUInt64()

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.
Since Lua cannot store full 64-bit integers, this function returns a string. It is mainly aimed at usage with Player:SteamID64.