deathmatch ![code/modules/deathmatch/deathmatch_maps.dm 1](git.png)
Vars | |
allowed_loadouts | List of allowed loadouts for this map, otherwise defaults to all loadouts |
---|---|
automatic_gameend_time | The map will end in this time |
desc | Map Description |
max_players | Maximum players for this map |
min_players | Minimum players for this map |
name | Map UI Name |
template_in_use | whether we are currently being loaded by a lobby |
Var Details
allowed_loadouts ![code/modules/deathmatch/deathmatch_maps.dm 16](git.png)
List of allowed loadouts for this map, otherwise defaults to all loadouts
automatic_gameend_time ![code/modules/deathmatch/deathmatch_maps.dm 14](git.png)
The map will end in this time
desc ![code/modules/deathmatch/deathmatch_maps.dm 8](git.png)
Map Description
max_players ![code/modules/deathmatch/deathmatch_maps.dm 12](git.png)
Maximum players for this map
min_players ![code/modules/deathmatch/deathmatch_maps.dm 10](git.png)
Minimum players for this map
name ![code/modules/deathmatch/deathmatch_maps.dm 6](git.png)
Map UI Name
template_in_use ![code/modules/deathmatch/deathmatch_maps.dm 18](git.png)
whether we are currently being loaded by a lobby