Garry's Mod Wiki

util.SteamIDFrom64

  string util.SteamIDFrom64( string id )

Description

Given a 64bit SteamID will return a STEAM_0:0:0 style Steam ID.

This operation induces data loss. Not all fields of a 64bit SteamID can be represented using the STEAM_0:0:0 format.

Arguments

1 string id
The 64 bit Steam ID

Returns

1 string
String STEAM_0:0:0 style Steam ID representation.