SteamId3ToSteamId64: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.5.0}} {{FuncDescription|Converts a SteamId3 to SteamId64 (dec).}} {{FuncSyntax|SteamId3ToSteamId64(SteamId3)}} {{FuncParameters}} {{FuncParam|Steam...")
 
(No difference)

Latest revision as of 15:20, 16 July 2021

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