SteamId3ToSteamId64

From Onset Developer Wiki
Revision as of 15:20, 16 July 2021 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Server|1.5.0}} {{FuncDescription|Converts a SteamId3 to SteamId64 (dec).}} {{FuncSyntax|SteamId3ToSteamId64(SteamId3)}} {{FuncParameters}} {{FuncParam|Steam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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