SteamId64ToSteamId3

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