/tg/ Station 13 - Modules - TypesVar Details - Proc Details

map_vote

Vars

admin_overrideHas an admin specifically set a map.
already_votedHave we already done a vote.
map_vote_cacheStores the current map vote cache, so that players can look at the current tally.
next_map_configThe map that has been chosen for next round.
previous_cacheStores the previous map vote cache, used when a map vote is reverted.
tally_printoutStores a formatted html string of the tally counts

Procs

get_valid_map_vote_choicesReturns a list of all map options that are invalid for the current population.

Var Details

admin_override

Has an admin specifically set a map.

already_voted

Have we already done a vote.

map_vote_cache

Stores the current map vote cache, so that players can look at the current tally.

next_map_config

The map that has been chosen for next round.

previous_cache

Stores the previous map vote cache, used when a map vote is reverted.

tally_printout

Stores a formatted html string of the tally counts

Proc Details

get_valid_map_vote_choices

Returns a list of all map options that are invalid for the current population.