map_vote
Vars | |
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 |
Procs | |
get_valid_map_vote_choices | Returns 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.