Events

Vars | |
| control | list of all datum/round_event_control. Used for selecting events based on weight and occurrences. |
|---|---|
| currentrun | cache of currently running events, for lag checking. |
| frequency_lower | The lower bound for how soon another random event can be scheduled. |
| frequency_upper | The upper bound for how soon another random event can be scheduled. |
| running | list of all existing /datum/round_event currently being run. |
| scheduled | The next world.time that a naturally occuring random event can be selected. |
| wizardmode | Will wizard events be included in the event pool? |
Var Details
control

list of all datum/round_event_control. Used for selecting events based on weight and occurrences.
currentrun

cache of currently running events, for lag checking.
frequency_lower

The lower bound for how soon another random event can be scheduled.
frequency_upper

The upper bound for how soon another random event can be scheduled.
running

list of all existing /datum/round_event currently being run.
scheduled

The next world.time that a naturally occuring random event can be selected.
wizardmode

Will wizard events be included in the event pool?