GetPlayerBySteamId

From Onset Developer Wiki
Revision as of 20:39, 18 January 2020 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Gets a player by SteamID.}} {{FuncSyntax|GetPlayerBySteamId(steamid)}} {{FuncParameters}} {{FuncParam|steamid|The SteamId64 a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetPlayerBySteamId

Type: Function
Context: Server
Introduced: v1.0

Description

Gets a player by SteamID.

Syntax

GetPlayerBySteamId(steamid)

Parameters

  • steamid
    The SteamId64 as an integer.

Return Value

  • Returns the player identifier. Returns false if no player has the specified steamid.

Example

__EDIT_ME__

See also