GetMapRotationSize: Difference between revisions

From Zandronum Wiki
(3.1 is released, so Devfeature templates have been removed)
No edit summary
Tag: Source edit
Line 3: Line 3:
int '''GetMapRotationSize''' (void)
int '''GetMapRotationSize''' (void)


==Usage==
== Usage ==
=== Return value ===
Returns the number of map entries that are currently in the map rotation.


Returns the number of map entries that are currently in the map rotation.
== Examples ==
{{noexamples}}
 
== See also ==
* [[GetMapRotationInfo]]


[[category:ACS Functions]]
[[category:ACS Functions]]

Revision as of 18:18, 2 July 2022

This article documents a Zandronum-specific ACS feature which may not be supported by ZDoom and its other child ports.

int GetMapRotationSize (void)

Usage

Return value

Returns the number of map entries that are currently in the map rotation.

Examples

This article lists no examples, please add one.

See also