OnPlayerServerAuth: Difference between revisions

From Onset Developer Wiki
No edit summary
m (Player server events.)
 
Line 12: Line 12:


{{RelatedFunctions}}
{{RelatedFunctions}}
{{ServerEvents}}
{{PlayerServerEvents}}

Latest revision as of 07:49, 16 January 2020

OnPlayerServerAuth

Type: Event
Context: Server
Introduced: v1.0

Description

Server has authorized a client and allocated a player identifier to them. The player is now downloading packages from the server. Called after OnClientConnectionRequest but before OnPlayerJoin.

Syntax

OnPlayerServerAuth(player)

Parameters

  • player
    The player who was given authorization to connect.

Example

__EDIT_ME__

See also