Description ​
Returns the SteamID representation of the SteamID64
Arguments ​
string
- The SteamID64 to convert
Returns ​
string
- The SteamID
Example ​
msc
using Player;
using Console;
// Prints the 32 bit version of the SteamID 76561198029085201
var steamid = Player.SteamIDFrom64("76561198029085201");
Console.WriteLine("SteamID: "..steamid);