Garry's Mod Wiki

File:WriteUInt64

  File:WriteUInt64( string uint64 )

Description

Writes an unsigned 64-bit integer to the file.

Arguments

1 string uint64
The unsigned 64-bit integer to be written to the file.
Since Lua cannot store full 64-bit integers, this function takes a string. It is mainly aimed at usage with Player:SteamID64.