Goonstation 13 - Modules - TypesVar Details - Proc Details

/datum/eventRecorder

Vars

connectedWhether the event recorder is connected to a redis server
enabledWhether the event recorder is enabled
eventsEvents currently waiting to be pushed to the redis server
eventsPushedThe total amount of events pushed to the redis server
maxEventsToPushThe maximum amount of events pushed to the redis server at once
queueEvents added before a global roundId existed, to be pushed when it is available

Procs

addAdd an event to the event queue
connectConnect to the external event service
debugDisplay debug information
processPush the event queue to the server

Var Details

connected

Whether the event recorder is connected to a redis server

enabled

Whether the event recorder is enabled

events

Events currently waiting to be pushed to the redis server

eventsPushed

The total amount of events pushed to the redis server

maxEventsToPush

The maximum amount of events pushed to the redis server at once

queue

Events added before a global roundId existed, to be pushed when it is available

Proc Details

add

Add an event to the event queue

connect

Connect to the external event service

debug

Display debug information

process

Push the event queue to the server