There's an ACS built-in function GameType, as ZDoom Wiki mention it returns game type value, which (in ZDoom) may be one of the following:
GAME_SINGLE_PLAYER 0
GAME_NET_COOPERATIVE 1
GAME_NET_DEATHMATCH 2
GAME_TITLE_MAP 3
Does it returns the same in Vavoom?