GetPlayerBySteamId: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Gets a player by SteamID.}} {{FuncSyntax|GetPlayerBySteamId(steamid)}} {{FuncParameters}} {{FuncParam|steamid|The SteamId64 a...")
 
No edit summary
Line 1: Line 1:
{{Info|Function|Server|1.0}}
{{Info|Function|Server|1.0.3}}


{{FuncDescription|Gets a player by SteamID.}}
{{FuncDescription|Gets a player by SteamID.}}

Revision as of 20:40, 18 January 2020

GetPlayerBySteamId

Type: Function
Context: Server
Introduced: v1.0.3

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