Shiptest 13 - Modules - TypesDefine Details

code/controllers/subsystem/runechat.dm

BUCKET_LENControls how many buckets should be kept, each representing a tick. (30 seconds worth)
BUCKET_POSHelper for getting the correct bucket for a given chatmessage
BUCKET_LIMITGets the maximum time at which messages will be handled in buckets, used for deferring to secondary queue
/var/SSrunechat

Define Details

BUCKET_LEN

Controls how many buckets should be kept, each representing a tick. (30 seconds worth)

BUCKET_LIMIT

Gets the maximum time at which messages will be handled in buckets, used for deferring to secondary queue

BUCKET_POS

Helper for getting the correct bucket for a given chatmessage