GetCurrentMapPosition

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 GetCurrentMapPosition (void) (development version 3.2-alpha and above only)

Usage

Returns the index of the current map in the map rotation.

Return value

Returns the map's position in the map rotation (starting from 1). If there is no rotation, or the map currently being played is not in the rotation, then this function returns 0.

Examples

This article lists no examples, please add one.

See also