GetPlayerRespawnTime

From Onset Developer Wiki
Revision as of 14:12, 19 November 2019 by 28days (talk | contribs)
GetPlayerRespawnTime

Type: Function
Context: Server
Introduced: v1.0

Description

Get the player's respawn time set with SetPlayerRespawnTime.

Syntax

GetPlayerRespawnTime(player)

Parameters

  • player
    The player identifier.

Return Value

  • Returns the respawn time in milliseconds.

Example

__EDIT_ME__

See also