GetCurrentGameMode
This article documents a Zandronum-specific ACS feature which may not be supported by ZDoom and its other child ports. |
str GetCurrentGameMode (void)
Usage
Returns the current game mode as a string.
Return value
The return value may be one of the following:
- Cooperative
- Survival
- Invasion
- Deathmatch
- Teamplay
- Duel
- Terminator
- LastManStanding
- TeamLMS
- Possession
- TeamPossession
- TeamGame
- CTF
- OneFlagCTF
- Skulltag
- Domination
Examples
This article lists no examples, please add one. |