SkipJoinQueue
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 SkipJoinQueue (int player)
Usage
Forces a player who is currently in the join queue to join the game.
Parameters
- player: The player number who will join.
Return value
Returns 1 if the player joined the game, 0 otherwise.
Examples
This article lists no examples, please add one. |