Space Station 13 - Modules - TypesVar Details - Proc Details

ghost_spawns

Vars

currently_pollingList of polls currently ongoing, to be checked on next fire()
next_poll_to_finishThe poll that's closest to finishing
polls_activeWhether there are active polls or not
total_pollsNumber of polls performed since the start

Procs

is_eligibleReturns whether an observer is eligible to be an event mob
poll_candidatesPolls for candidates with a question and a preview of the role
polling_finishedCalled by the subsystem when a poll's timer runs out

Var Details

currently_polling

List of polls currently ongoing, to be checked on next fire()

next_poll_to_finish

The poll that's closest to finishing

polls_active

Whether there are active polls or not

total_polls

Number of polls performed since the start

Proc Details

is_eligible

Returns whether an observer is eligible to be an event mob

Arguments:

poll_candidates

Polls for candidates with a question and a preview of the role

This proc replaces /proc/pollCandidates. Should NEVER be used in a proc that has waitfor set to FALSE/0 (due to #define UNTIL) Arguments:

polling_finished

Called by the subsystem when a poll's timer runs out

Can be called manually to finish a poll prematurely Arguments: