SteamId3ToSteamId64

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
SteamId3ToSteamId64

Type: Function
Context: Server
Introduced: v1.5.0

Description

Converts a SteamId3 to SteamId64 (dec).

Syntax

SteamId3ToSteamId64(SteamId3)

Parameters

  • SteamId3
    SteamId3 (string)

Return Value

  • Return SteamId64 (dec).

Example

print(SteamId3ToSteamId64("[U:1:963895370]")) -- Prints 76561198924161098

See also