SteamId64ToSteamId3

From Onset Developer Wiki
SteamId64ToSteamId3

Type: Function
Context: Server
Introduced: v1.5.0

Description

Converts a SteamId64 to SteamId3.

Syntax

SteamId64ToSteamId3(SteamId64)

Parameters

  • SteamId64
    SteamId64 (int)

Return Value

  • Returns SteamId3 (string).

Example

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

See also