GetPlayerJoinQueuePosition

From Zandronum Wiki
This article documents a Zandronum-specific ACS feature which may not be supported by ZDoom and its other child ports.
This article documents an ACS function which is only available in development builds of Zandronum 3.2 and newer.

int GetPlayerJoinQueuePosition (int player)

Usage

Gets a player's position in the join queue.

Parameters

  • player: The player number whose position to return.

Return value

Returns the player's position in the join queue, starting at 0; or -1 if the player is not in the queue or there is no player with the given number.

Examples

This article lists no examples, please add one.