/tg/ Station 13 - Modules - Types

code/modules/admin/poll_management.dm

/datum/poll_questionDatum which holds details of a running poll loaded from the database and supplementary info.
/datum/poll_optionDatum which holds details of a poll option loaded from the database.
/proc/load_poll_data Loads all current and future server polls and their options to store both as datums.