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 SetNextMapPosition (int position, bool ignoreLimits) (development version 3.2-alpha and above only)

Usage

Sets the given map rotation entry to be the next map.

Parameters

  • position: The position of the entry in the map rotation.
  • ignoreLimits: Whether to ignore player count limits of the given rotation entry.

Return value

Returns 1 on success, 0 on failure.

Examples

This article lists no examples, please add one.

See also