/datum/eventRecord
Base eventCall type Represents a predefined event we can send to the Goonhub event recorder SECURITY: Sanitization occurs right before output
Vars | |
body | Body of the event |
---|---|
eventType | The type of the event being recorded, for example death |
Procs | |
buildAndSend | Override to build event parameters |
send | Shortcut method to send this event to the event recorder |
Var Details
body
Body of the event
eventType
The type of the event being recorded, for example death
Proc Details
buildAndSend
Override to build event parameters
send
Shortcut method to send this event to the event recorder