IsValidPlayer

From Onset Developer Wiki
Revision as of 14:30, 10 November 2019 by 28days (talk | contribs)
IsValidPlayer

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Checks whether the specified player is connected to the server or not.

Syntax

IsValidPlayer(player)

Parameters

  • player
    The player id

Return Value

  • Returns true if the player is connected, otherwise false.

Example

__EDIT_ME__

See also

__EDIT_ME__