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

scheduled_event

Scheduled event datum for SSgamemode to put events into.

Vars

alerted_adminsWhether we alerted admins about this schedule when it's close to being invoked.
announce_changeWhether the scheduled event will override the announcement change. If null it won't. TRUE = force yes. FALSE = force no.
costIf we were created by a storyteller, here's a cost to refund in case.
eventWhat event are scheduling.
fakes_occurenceWhether we are faking an occurence or not
ignores_checksWhether this ignores event can run checks. If bussed by an admin, you want to ignore checks
start_timeWhen do we start our event

Procs

rescheduleFor admins who want to reschedule the event.
try_fireTry and fire off the scheduled event

Var Details

alerted_admins

Whether we alerted admins about this schedule when it's close to being invoked.

announce_change

Whether the scheduled event will override the announcement change. If null it won't. TRUE = force yes. FALSE = force no.

cost

If we were created by a storyteller, here's a cost to refund in case.

event

What event are scheduling.

fakes_occurence

Whether we are faking an occurence or not

ignores_checks

Whether this ignores event can run checks. If bussed by an admin, you want to ignore checks

start_time

When do we start our event

Proc Details

reschedule

For admins who want to reschedule the event.

try_fire

Try and fire off the scheduled event