/datum/eventRecorder
Vars | |
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 |
Procs | |
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 |
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