code/modules/admin/poll_management.dm
/datum/poll_question | Datum which holds details of a running poll loaded from the database and supplementary info. |
---|---|
/datum/poll_option | Datum 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. |