GetPlayerGUID: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 16: Line 16:


{{RelatedFunctions}}
{{RelatedFunctions}}
{{Template:ServerFunctions}}
{{Template:ServerPlayerFunctions}}

Latest revision as of 15:15, 21 January 2020

GetPlayerGUID

Type: Function
Context: Server
Introduced: v1.0

Description

The player's unique identifier based on their computer.

Syntax

GetPlayerGUID(player)

Parameters

  • player
    The player identifier.

Return Value

  • Returns the GUID unique to the player's computer.

Example

GetPlayerGUID(playerid)

See also